@@ -8,6 +8,10 @@
props: {
value: {
type: Array
+ },
+ checkStrictly: {
+ type: Boolean,
+ default: false
}
},
data() {
@@ -28,7 +32,8 @@
value: 'id',
label: 'fullName',
- leaf: 'leaf'
+ leaf: 'leaf',
+ checkStrictly: this.checkStrictly
emiting: false
};