This commit is contained in:
2021-04-03 00:05:36 +00:00
parent 1c58bc5b8d
commit 63d758e75b
2 changed files with 11 additions and 3 deletions

View File

@@ -226,6 +226,12 @@ export default {
return true;
}
return false;
},
woItemCount: function() {
if (!this.obj.items) {
return 0;
}
return this.obj.items.length;
}
},
methods: {