diff --git a/vue-admin-wonderful-next/package.json b/vue-admin-wonderful-next/package.json
index d41813a..1534899 100644
--- a/vue-admin-wonderful-next/package.json
+++ b/vue-admin-wonderful-next/package.json
@@ -6,7 +6,7 @@
"build": "vite build"
},
"dependencies": {
- "element-plus": "^v1.0.1-beta.24",
+ "element-plus": "^1.0.1-beta.27",
"mitt": "^2.1.0",
"sortablejs": "^1.10.2",
"vue": "^3.0.5",
diff --git a/vue-admin-wonderful-next/source.d.ts b/vue-admin-wonderful-next/source.d.ts
index bbe11d4..f96d72e 100644
--- a/vue-admin-wonderful-next/source.d.ts
+++ b/vue-admin-wonderful-next/source.d.ts
@@ -1,4 +1,5 @@
declare const React: string;
declare module '*.json';
declare module '*.png';
-declare module '*.jpg';
\ No newline at end of file
+declare module '*.jpg';
+declare module '*.scss';
\ No newline at end of file
diff --git a/vue-admin-wonderful-next/src/App.vue b/vue-admin-wonderful-next/src/App.vue
index 26001aa..7f694f4 100644
--- a/vue-admin-wonderful-next/src/App.vue
+++ b/vue-admin-wonderful-next/src/App.vue
@@ -1,27 +1,63 @@
-
+
+