Laravel 10 / Breeze / Vue 3
Just reved a laravel 10 instance using Breeze and indicated typescript and Vue options.
App is working fine, no errors, however opening any of the vue files I see this (consistent across all files)
first error:
TS1109: Expression expected.
all the others:
TS2307: Cannot find module '*' or its corresponding type declarations.
any idea on how to fix this?
请先登录再写评论。