diff --git a/main.js b/main.js index 234091c..66dc2f8 100644 --- a/main.js +++ b/main.js @@ -140,6 +140,9 @@ var v = new Vue({ } return true; + }, + isBundleComplete: function(bundle_id){ + return this.user_data[bundle_id].length >= this.static.bundles[bundle_id].items_required; } } });