diff --git a/flower_user_front/vue.config.js b/flower_user_front/vue.config.js new file mode 100644 index 0000000..6596a0b --- /dev/null +++ b/flower_user_front/vue.config.js @@ -0,0 +1,5 @@ +const { defineConfig } = require('@vue/cli-service') +module.exports = defineConfig({ + transpileDependencies: true, + lintOnSave: false +})