We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bbaddb commit 9209381Copy full SHA for 9209381
packages/histoire-plugin-nuxt/src/index.ts
@@ -170,7 +170,7 @@ async function useNuxtViteConfig () {
170
for (const name in vuePlugins) {
171
if (!config.plugins?.some(p => (p as any)?.name === name)) {
172
const [plugin, key] = vuePlugins[name as keyof typeof vuePlugins]
173
- // @ts-expect-error mismatching component options
+ // @ts-ignore
174
config.plugins.push(plugin(config[key]))
175
}
176
0 commit comments