zzzz
2024-04-18 fc5ec7167a7d371d2cd945656bb63c7b5267a6c7
src/main.js
@@ -72,7 +72,6 @@
  Vue.filter(key, filters[key]);
});
Object.keys(allocation).forEach(key => {
  console.log(allocation, "====");
  Vue.prototype[key] = allocation[key];
});
Vue.prototype.$state = state;