Vite build with Typescript Module '"vue"' has no exported member 'PluginFunction'. in ConfirmationService.d.ts
and ToastService.d.ts
#1596
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
The issue when using typescript in
vue-tsc --noEmit && vite build
ConfirmationService.d.ts
andToastService.d.ts
has some issue.package version:
"vue": "^3.2.6"
"vite": "^2.5.2"
"vue-tsc": "^0.2.2"
if using
vue-tsc --noEmit
, it not working with these error.Error message
I have already create a new PR #1595
The text was updated successfully, but these errors were encountered: