mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-06-11 02:31:34 +08:00
fix bugs
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user