diff --git a/src/views/accounts/AccountItem.vue b/src/views/accounts/AccountItem.vue
index e1db151..ef382a3 100644
--- a/src/views/accounts/AccountItem.vue
+++ b/src/views/accounts/AccountItem.vue
@@ -3,14 +3,7 @@
-
- {{ account.name }}
-
- {{ account.name }}
+ {{ account.name }}
@@ -85,6 +78,15 @@
+
+
+
+
+
+
+
import('@/components/EarthMap.vue'),
'tag-list': () => import('@/components/TagList.vue'),
'chart-balance': () => import('@/components/ChartBalance.vue'),
+ 'account-setting': () => import('@/components/AccountSetting.vue'),
'online-view': () => import('@/components/OnlineView.vue'),
'refund-transaction': () => import('@/components/RefundTransaction.vue'),
'fab-button': () => import('@/components/FabButton.vue')