aboutsummaryrefslogtreecommitdiffstats
path: root/pages/editor/category
diff options
context:
space:
mode:
Diffstat (limited to 'pages/editor/category')
-rw-r--r--pages/editor/category/[id].vue6
1 files changed, 3 insertions, 3 deletions
diff --git a/pages/editor/category/[id].vue b/pages/editor/category/[id].vue
index cf79f61..5558c53 100644
--- a/pages/editor/category/[id].vue
+++ b/pages/editor/category/[id].vue
@@ -2,8 +2,8 @@
import { useSessionStore } from '@/stores/session';
definePageMeta({
- layout: 'editor'
-})
+ layout: 'editor',
+});
const sessionStore = useSessionStore();
const route = useRoute();
@@ -44,4 +44,4 @@ const categoryName = sessionStore.getCategoryById(categoryId)?.display.name;
header {
border-bottom: 1px solid var(--color-border);
}
-</style> \ No newline at end of file
+</style>