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 a8a0dcc commit af58e76Copy full SHA for af58e76
playground/src/pages/@[profileId].vue
@@ -2,7 +2,8 @@
2
import type { Alias } from 'vite'
3
const route = useRoute()
4
5
-const route2 = definePage<{ thing: string; alias: Alias }>({
+// TODO: implement Meta as a type param
6
+definePage<{ thing: string; alias: Alias }>({
7
meta: {
8
thing: 'hey' as 'hey' | 'heya',
9
},
0 commit comments