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 9e3dde8076 - Show all commits

View File

@ -1,5 +1,5 @@
import { createStore } from 'vuex' import { createStore } from 'vuex'
import dashboard from './dashboard/index' import dashboard from './modules/dashboard'
import { LOGIN_SUCCESS, LOGOUT, TITLE } from './mutation-types' import { LOGIN_SUCCESS, LOGOUT, TITLE } from './mutation-types'
const store = createStore({ const store = createStore({