feat: port kanban store to pinia

This commit is contained in:
Dominik Pschenitschni 2022-09-24 12:35:41 +02:00
parent 9f26ae1ee6
commit c35810f28f
No known key found for this signature in database
GPG key ID: B257AC0149F43A77
7 changed files with 277 additions and 261 deletions

View file

@ -13,7 +13,6 @@ import {
MENU_ACTIVE,
QUICK_ACTIONS_ACTIVE,
} from './mutation-types'
import kanban from './modules/kanban'
import ListModel from '@/models/list'
@ -33,9 +32,6 @@ export function useStore () {
export const store = createStore<RootStoreState>({
strict: import.meta.env.DEV,
modules: {
kanban,
},
state: () => ({
loading: false,
loadingModule: null,