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 ffe589e commit f4ca69aCopy full SHA for f4ca69a
nuxt/index.js
@@ -25,8 +25,8 @@ module.exports = function nuxtVueWaitModule(moduleOptions) {
25
26
// Register plugin
27
this.addPlugin({
28
- src: resolve(__dirname, 'vue-wait-plugin.js'),
29
- fileName: 'vue-wait-plugin.template.js',
+ src: resolve(__dirname, 'vue-wait-plugin.template.js'),
+ fileName: 'vue-wait-plugin.js',
30
options: options
31
})
32
};
0 commit comments