We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23bed21 commit 494afb6Copy full SHA for 494afb6
src/layouts/default.tsx
@@ -1,4 +1,4 @@
1
-export default () => (
+export default defineComponent(() => () => (
2
<main
3
px-4
4
py-10
@@ -10,4 +10,4 @@ export default () => (
10
[Default Layout]
11
</div>
12
</main>
13
-)
+))
src/layouts/home.tsx
[Home Layout]
0 commit comments