+
+
+
+ {{ generateTitle(tag.meta.title) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/layout copy/components/index.ts b/src/layout copy/components/index.ts
new file mode 100644
index 00000000..6fea3b87
--- /dev/null
+++ b/src/layout copy/components/index.ts
@@ -0,0 +1,4 @@
+export { default as Navbar } from './Navbar.vue'
+export { default as AppMain } from './AppMain.vue'
+export { default as Settings } from './Settings/index.vue'
+export { default as TagsView } from './TagsView/index.vue'
diff --git a/src/layout copy/index.vue b/src/layout copy/index.vue
new file mode 100644
index 00000000..b177484e
--- /dev/null
+++ b/src/layout copy/index.vue
@@ -0,0 +1,105 @@
+