Merge two sets of props in form mixin vue component
This commit is contained in:
parent
04d6672c0c
commit
90b057d0b2
@ -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,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user