fix: ensure consistent behavior in dev/prod
This commit is contained in:
parent
7a1c34690a
commit
5e5dd7b44c
@ -36,16 +36,14 @@ export class Provide extends Component {
|
||||
}
|
||||
}
|
||||
|
||||
if (__DEV__) {
|
||||
Provide.options = {
|
||||
props: {
|
||||
id: {
|
||||
type: [String, Symbol],
|
||||
required: true
|
||||
},
|
||||
value: {
|
||||
required: true
|
||||
}
|
||||
Provide.options = {
|
||||
props: {
|
||||
id: {
|
||||
type: [String, Symbol],
|
||||
required: true
|
||||
},
|
||||
value: {
|
||||
required: true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user