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 bcf78f7 commit 30a099fCopy full SHA for 30a099f
src/pages/[...all].vue
@@ -1,4 +1,10 @@
1
<script setup lang="ts">
2
+definePage({
3
+ meta: {
4
+ level: 2,
5
+ },
6
+})
7
+
8
const router = useRouter()
9
10
function onBack() {
0 commit comments