mirror of
https://github.com/rubickCenter/rubick
synced 2025-12-30 07:39:54 +08:00
✨ 主界面开发&插件运行容器开发&菜单开发
This commit is contained in:
8
feature/src/store/index.ts
Normal file
8
feature/src/store/index.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { createStore } from "vuex";
|
||||
|
||||
export default createStore({
|
||||
state: {},
|
||||
mutations: {},
|
||||
actions: {},
|
||||
modules: {},
|
||||
});
|
||||
Reference in New Issue
Block a user