feature/feat-pinia-attachments-store | pinia 4/9 #2394

Merged
dpschen merged 2 commits from dpschen/frontend:feature/feat-pinia-attachments-store into main 2022-09-22 21:44:47 +00:00
2 changed files with 0 additions and 2 deletions
Showing only changes of commit a892522b72 - Show all commits

View File

@ -17,7 +17,6 @@ import config from './modules/config'
import auth from './modules/auth'
import kanban from './modules/kanban'
import tasks from './modules/tasks'
import attachments from './modules/attachments'
import ListModel from '@/models/list'
@ -40,7 +39,6 @@ export const store = createStore<RootStoreState>({
auth,
kanban,
tasks,
attachments,
},
state: () => ({
loading: false,