fix user profile

This commit is contained in:
jxxghp
2023-07-09 19:13:31 +08:00
parent 8dac57f324
commit 4c0cb0706f
3 changed files with 40 additions and 10 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ const activeTab = ref(route.params.tab);
// tabs
const tabs = [
{ title: "用户", icon: "mdi-account-outline", tab: "account" },
{ title: "系统", icon: "mdi-cog", tab: "system" },
{ title: "进阶", icon: "mdi-monitor-dashboard", tab: "system" },
];
</script>