Remove some leftover 'watch' attributes from Vue components
This commit is contained in:
@@ -10,10 +10,6 @@ export default {
|
||||
default: () => [],
|
||||
},
|
||||
initialValue: String,
|
||||
watch: {
|
||||
type: Boolean,
|
||||
default: false,
|
||||
},
|
||||
optional: Boolean,
|
||||
nullOption: {
|
||||
type: String,
|
||||
|
@@ -27,10 +27,6 @@ export default {
|
||||
paragraph: String,
|
||||
noMaxWidth: String,
|
||||
optional: Boolean,
|
||||
watch: {
|
||||
type: Boolean,
|
||||
default: false,
|
||||
},
|
||||
},
|
||||
|
||||
data: function() {
|
||||
|
Reference in New Issue
Block a user