**Describe the bug** Type error in ```<template>``` because ```@vue/runtime-core``` is augmented instead of ```vue```. See : https://github.com/nuxt/nuxt/issues/28707#issuecomment-2310291331 **To Solve** Replace ```declare module '@vue/runtime-core'``` by ```declare module 'vue'``` in https://github.com/basics/nuxt-booster/blob/6a38658f52e4510cb2bce418cdb8d360af40b336/src/types/module.ts#L157
Activity
fix basics#1289 (comment)
ThornWalli commentedon Apr 19, 2025
@ziadsarour You can test it here
Thank you!
ziadsarour commentedon Apr 20, 2025
@ThornWalli Working great, thank you !
ziadsarour commentedon Apr 20, 2025
I talked too fast :/
There are new errors now when used inside my project :