We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I success declare the js plugin with *.d.ts, but after I do .use(checkView), my view is blank, did this library support on Typescript?
import checkView from 'vue-check-view' .... createApp(App).use(store).use(router).use(checkView).component('font-awesome-icon', FontAwesomeIcon).mount('#app')
import checkView from 'vue-check-view'
....
createApp(App).use(store).use(router).use(checkView).component('font-awesome-icon', FontAwesomeIcon).mount('#app')
declare module "vue-check-view"; any;
The text was updated successfully, but these errors were encountered:
Same error here, without typescript.
Sorry, something went wrong.
Any solution for this?
Same error
No branches or pull requests
I success declare the js plugin with *.d.ts, but after I do .use(checkView), my view is blank, did this library support on Typescript?
main.ts file
import checkView from 'vue-check-view'
....
createApp(App).use(store).use(router).use(checkView).component('font-awesome-icon', FontAwesomeIcon).mount('#app')
*.d.ts file
declare module "vue-check-view"; any;
The text was updated successfully, but these errors were encountered: