mirror of
https://github.com/Powerful-517/yys-editor.git
synced 2026-03-05 15:05:27 +00:00
支持多标签编辑
This commit is contained in:
@@ -16,7 +16,7 @@ import zh from './locales/zh.json'
|
||||
import ja from './locales/ja.json'
|
||||
|
||||
import { createPinia } from 'pinia' // 导入 Pinia
|
||||
import {useFilesStore} from "@/ts/files";
|
||||
import { useFilesStore } from './ts/useStore';
|
||||
|
||||
const app = createApp(App)
|
||||
|
||||
@@ -62,6 +62,4 @@ app.use(pinia) // 使用 Pinia
|
||||
.use(Vue3DraggableResizable)
|
||||
.mount('#app')
|
||||
|
||||
const filesStore = useFilesStore();
|
||||
filesStore.setupAutoSave();
|
||||
filesStore.initializeWithPrompt();
|
||||
const filesStore = useFilesStore();
|
||||
Reference in New Issue
Block a user