Convert frontend to Vue #3

Merged
jacob1123 merged 158 commits from vue into master 2022-02-08 22:20:11 +01:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit c2326060b3 - Show all commits

View File

@ -1,7 +1,7 @@
import { createApp } from 'vue/dist/vue.esm-bundler' import { createApp } from 'vue/dist/vue.esm-bundler'
import { createStore } from 'vuex' import { createStore } from 'vuex'
import App from './App.vue' import App from './App.vue'
import router from './router/index.js' import router from './router/routes.js'
const store = createStore({ const store = createStore({
state () { state () {