zzzz
2024-04-21 bc2a7316ce753a6731d9d93faf553f450a9ccda3
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;