Skip to content

Commit af58e76

Browse files
committed
chore: todo note [skip ci]
1 parent a8a0dcc commit af58e76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

playground/src/pages/@[profileId].vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
import type { Alias } from 'vite'
33
const route = useRoute()
44
5-
const route2 = definePage<{ thing: string; alias: Alias }>({
5+
// TODO: implement Meta as a type param
6+
definePage<{ thing: string; alias: Alias }>({
67
meta: {
78
thing: 'hey' as 'hey' | 'heya',
89
},

0 commit comments

Comments
 (0)