new global api for vue and vuex

This commit is contained in:
Gator
2022-11-30 19:37:35 +01:00
parent d201a73ede
commit 20434ab52a
3 changed files with 9 additions and 14 deletions

View File

@ -12,8 +12,7 @@
import MainMenu from "./components/MainMenu.vue";
import CanvasBoard from "./components/CanvasBoard.vue";
export default {
name: "App",
export const App = {
components: {
MainMenu,
CanvasBoard,