fix: ensure consistent behavior in dev/prod
This commit is contained in:
parent
7a1c34690a
commit
5e5dd7b44c
@ -36,7 +36,6 @@ export class Provide extends Component {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (__DEV__) {
|
|
||||||
Provide.options = {
|
Provide.options = {
|
||||||
props: {
|
props: {
|
||||||
id: {
|
id: {
|
||||||
@ -48,7 +47,6 @@ if (__DEV__) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
export class Inject extends Component {
|
export class Inject extends Component {
|
||||||
render(props: any, slots: Slots) {
|
render(props: any, slots: Slots) {
|
||||||
|
Loading…
Reference in New Issue
Block a user