diff --git a/nuxt.config.js b/nuxt.config.js index 253939b..6c248da 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -100,6 +100,9 @@ export default { // Build Configuration: https://go.nuxtjs.dev/config-build build: { + extend(config) { + config.resolve.alias.vue = 'vue/dist/vue.common' + }, transpile: [ 'vee-validate/dist/rules' ],