zzzz
2024-04-22 44db498cedee7573d090797b1fe5c331c413b00a
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;