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
In this file src/index.d.ts you're not exporting any default name.
Every time I do import Toggle from "@vueform/toggle ES Lint says: No default export found in imported module "@vueform/toggle".
I think you have to fix this.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
In this file
src/index.d.ts
you're not exporting any default name.Every time I do
import Toggle from "@vueform/toggle
ES Lint says:No default export found in imported module "@vueform/toggle"
.I think you have to fix this.
Thanks in advance.
The text was updated successfully, but these errors were encountered: