This commit is contained in:
jxxghp
2023-07-14 08:18:30 +08:00
parent a2b3ede80c
commit c52d2d3611
3 changed files with 8 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ const activeTab = ref(route.params.tab);
// tabs
const tabs = [
{ title: "用户", icon: "mdi-account-outline", tab: "account" },
{ title: "搜索", icon: "mdi-magnify", tab: "system" },
{ title: "系统", icon: "mdi-cog", tab: "system" },
{ title: "通知", icon: "mdi-bell-outline", tab: "notification" },
];
</script>