Table/babel.config.js

4 lines
46 B
JavaScript
Raw Normal View History

2018-08-03 15:59:37 +08:00
module.exports = {
presets: ["@vue/app"]
};