aboutsummaryrefslogtreecommitdiffstats
path: root/pages/editor/index.vue
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.com>2024-03-15 00:13:40 +0000
committerLeonardo Bishop <me@leonardobishop.com>2024-03-15 00:13:40 +0000
commitc9aefa81ca1950121d2357fc66afe15eb400f537 (patch)
treefd6196b55626cea8101cd5a4a00cb2a00d8a495b /pages/editor/index.vue
parent1dd5d0fa8bb2ae794b263d1629a662166a9b9d08 (diff)
Fix eslint errors
Diffstat (limited to 'pages/editor/index.vue')
-rw-r--r--pages/editor/index.vue6
1 files changed, 3 insertions, 3 deletions
diff --git a/pages/editor/index.vue b/pages/editor/index.vue
index 4e9815a..55c75f3 100644
--- a/pages/editor/index.vue
+++ b/pages/editor/index.vue
@@ -1,7 +1,7 @@
<script setup lang="ts">
definePageMeta({
- layout: 'editor'
-})
+ layout: 'editor',
+});
</script>
<template>
@@ -22,4 +22,4 @@ definePageMeta({
font-size: 1.5rem;
}
}
-</style> \ No newline at end of file
+</style>