mirror of
https://github.com/rubickCenter/rubick
synced 2025-06-07 11:04:11 +08:00
9 lines
130 B
TypeScript
9 lines
130 B
TypeScript
import { createStore } from "vuex";
|
|
|
|
export default createStore({
|
|
state: {},
|
|
mutations: {},
|
|
actions: {},
|
|
modules: {},
|
|
});
|