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.
this
1 parent e064a87 commit d3993c7Copy full SHA for d3993c7
packages/floating-vue/nuxt.mjs
@@ -1,7 +1,7 @@
1
export default async function (_, _nuxt) {
2
const { addPluginTemplate } = await import('@nuxt/kit')
3
4
- const nuxt = this.nuxt || _nuxt
+ const nuxt = (this && this.nuxt) || _nuxt
5
6
nuxt.options.css.push('floating-vue/dist/style.css')
7
0 commit comments