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 c4e0f7a commit 8443691Copy full SHA for 8443691
src/pages/index.vue
@@ -1,4 +1,10 @@
1
-<script setup lang="ts"></script>
+<script setup lang="ts">
2
+definePage({
3
+ meta: {
4
+ title: 'Hello World, Vue!'
5
+ }
6
+})
7
+</script>
8
9
<template>
10
<main>
0 commit comments