diff --git a/components/Table.vue b/components/FinanceManage.vue
similarity index 98%
rename from components/Table.vue
rename to components/FinanceManage.vue
index 1971123..b70a603 100644
--- a/components/Table.vue
+++ b/components/FinanceManage.vue
@@ -75,7 +75,7 @@ const currentPage = ref(1);
diff --git a/pages/index.vue b/pages/index.vue
index fa51d86..bfdac6e 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -11,7 +11,7 @@
角色管理
@@ -59,7 +59,6 @@ function onClickLeft(){
font-size: 12px;
margin-left: 0.5rem;
}
-
}
diff --git a/plugins/vant.js b/plugins/vant.js
index 463abbb..5787054 100644
--- a/plugins/vant.js
+++ b/plugins/vant.js
@@ -19,6 +19,7 @@ import {
Form,
Popup,
Cascader,
+ Circle,
} from 'vant';
import { defineNuxtPlugin } from '#app';
@@ -41,5 +42,6 @@ export default defineNuxtPlugin(nuxtApp => {
.use(Form)
.use(Cascader)
.use(Popup)
+ .use(Circle)
.use(Tabs);
});