diff --git a/public/mp3/notice.mp3 b/public/mp3/new-mail.mp3 similarity index 100% rename from public/mp3/notice.mp3 rename to public/mp3/new-mail.mp3 diff --git a/public/mp3/todo.mp3 b/public/mp3/todo.mp3 new file mode 100644 index 0000000..62c0f02 Binary files /dev/null and b/public/mp3/todo.mp3 differ diff --git a/src/layout/Index.vue b/src/layout/Index.vue index c39c0a4..2ab0f28 100644 --- a/src/layout/Index.vue +++ b/src/layout/Index.vue @@ -4,7 +4,13 @@
-
+
+ + + + + +
@@ -12,6 +18,9 @@ import Header from "./components/Header.vue"; import LayoutAside from "./components/Aside.vue"; import MultipleTabs from "./components/MultipleTabs.vue"; +import useTabsStore from '@/stores/modules/multipleTabs' + +const tabsStore = useTabsStore() \ No newline at end of file