mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-06-23 13:37:40 +08:00
AlasGG
This commit is contained in:
10
webapp/packages/renderer/src/store/index.ts
Normal file
10
webapp/packages/renderer/src/store/index.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import type {App} from 'vue';
|
||||
import {createPinia} from 'pinia';
|
||||
|
||||
const store = createPinia();
|
||||
|
||||
export function setupStore(app: App<Element>) {
|
||||
app.use(store);
|
||||
}
|
||||
|
||||
export {store};
|
||||
Reference in New Issue
Block a user