feat: 对话功能开发

This commit is contained in:
2026-04-12 10:55:28 +08:00
parent a351d0ac79
commit f944dd680c
4 changed files with 200 additions and 55 deletions

View File

@@ -18,7 +18,9 @@ for (const [key, component] of Object.entries(ElementPlusIconsVue)) {
// 注册自定义图标组件
app.component('AppIcon', AppIcon);
app.component('LucideIcon', LucideIcon);
app.use(createPinia());
const pinia = createPinia();
app.use(pinia);
app.use(router);
app.use(ElementPlus);