Подключил vuex

This commit is contained in:
dderbentsov
2022-12-24 16:40:21 +03:00
parent ff26dc1a25
commit 1d8eb0a294
5 changed files with 12373 additions and 18 deletions

8
src/store/index.js Normal file
View File

@@ -0,0 +1,8 @@
import { createStore } from "vuex";
export default createStore({
state: {},
mutations: {},
actions: {},
modules: {},
});