feat: 自动回复迁移
This commit is contained in:
@@ -1 +1,12 @@
|
||||
import type { App } from 'vue';
|
||||
|
||||
import { createPinia } from 'pinia';
|
||||
|
||||
export * from './auth';
|
||||
const store = createPinia();
|
||||
|
||||
export const setupStore = (app: App<Element>) => {
|
||||
app.use(store);
|
||||
};
|
||||
|
||||
export { store };
|
||||
|
||||
Reference in New Issue
Block a user