You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is easy to see that the components of the tsx version (it is highlighted in green) can be easily recognized by volar, but the vue version can't work no matter what I try.
So I wonder if it is possible to make the declaration file generated by the vue version of the component consistent with the tsx version in some respects, such as wrapped in import("vue").DefineComponent.
Environment
.tsx (VBannerX)
.vue (VBanner)
Import
It is easy to see that the components of the tsx version (it is highlighted in green) can be easily recognized by volar, but the vue version can't work no matter what I try.
So I wonder if it is possible to make the declaration file generated by the vue version of the component consistent with the tsx version in some respects, such as wrapped in
import("vue").DefineComponent
.Project
vue-scaffold-ui
Build
The text was updated successfully, but these errors were encountered: