This commit is contained in:
@@ -226,6 +226,12 @@ export default {
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
},
|
||||
woItemCount: function() {
|
||||
if (!this.obj.items) {
|
||||
return 0;
|
||||
}
|
||||
return this.obj.items.length;
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user