mixit/vue.config.js

4 lines
99 B
JavaScript
Raw Normal View History

2019-05-03 15:03:13 +00:00
module.exports = {
/* ... other settings */
transpileDependencies: ["vuex-module-decorators"]
}