learn vuex
This commit is contained in:
5
vuex_demo1/vue.config.js
Normal file
5
vuex_demo1/vue.config.js
Normal file
@@ -0,0 +1,5 @@
|
||||
const { defineConfig } = require('@vue/cli-service')
|
||||
module.exports = defineConfig({
|
||||
transpileDependencies: true,
|
||||
lintOnSave: false,
|
||||
})
|
||||
Reference in New Issue
Block a user