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
An error occurred while executing app.use(anu)
app.use(anu)
Excessive stack depth comparing types '{ install(app: App<any>, options?: PartialObjectDeep<PluginOptions, {}> | undefined): void; }' and 'Plugin<[]>'.ts(2321)
// main.ts createApp(App).use(anu).use(pinia).mount('#app')
// pkg.json { "anu-vue": "^0.15.2" }
The text was updated successfully, but these errors were encountered:
app.use(anu as any) it seems work
Sorry, something went wrong.
+1 it would be nice not to have to use the any type in this instance
No branches or pull requests
An error occurred while executing
app.use(anu)
The text was updated successfully, but these errors were encountered: