+
+ 添加节点
+
+
+
+
+
+ {{ scope.row.name }}
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/vite.config.js b/vite.config.js
index 4ad898dec614e030adad5e4f80523145bce56245..818dcf89b42c98b8866240ef80d11367b8696349 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -1,6 +1,11 @@
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
+import ElementPlus from 'element-plus';
+import 'element-plus/lib/theme-chalk/index.css';
+
+const app = createApp(App);
+app.use(ElementPlus);
// https://vitejs.dev/config/
export default defineConfig({
server: {