anu icon indicating copy to clipboard operation
anu copied to clipboard

typescript types error?

Open QC2168 opened this issue 7 months ago • 2 comments

An error occurred while executing 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"
}

QC2168 avatar Nov 28 '23 12:11 QC2168