(vuex) remove vuex

This commit is contained in:
Julien Calixte
2023-07-01 23:22:26 +02:00
parent b8c255fd13
commit 05d1af7c05
3 changed files with 7 additions and 26 deletions

View File

@@ -1,8 +0,0 @@
import { createStore } from 'vuex'
export const store = createStore({
state: {},
mutations: {},
actions: {},
modules: {}
})