Merge two sets of props in form mixin vue component
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
export default {
|
||||
props: {
|
||||
initialSelectedSection: String,
|
||||
hasChanges: {
|
||||
type: Boolean,
|
||||
default: false,
|
||||
},
|
||||
},
|
||||
|
||||
mounted: function() {
|
||||
@@ -63,11 +67,4 @@ export default {
|
||||
invalid: true,
|
||||
}
|
||||
},
|
||||
|
||||
props: {
|
||||
hasChanges: {
|
||||
type: Boolean,
|
||||
default: false,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user