layouts/default.vue:9:69 - error TS18046: '__VLS_ctx.route.meta.backTo' is of type 'unknown'.
layouts/default.vue:9:69 - error TS18046: '__VLS_ctx.route.meta.backTo' is of type 'unknown'.
this is my
index.d.ts
index.d.ts
declare module '#app' { interface PageMeta { backTo?: { to: string text: string } }}// It is always important to ensure you import/export something when augmenting a typeexport {}
declare module '#app' { interface PageMeta { backTo?: { to: string text: string } }}// It is always important to ensure you import/export something when augmenting a typeexport {}
i think at one moment it worked and then it didnt any ideas?