8 lines
108 B

2 years ago
module.exports = {
presets: [
['@vue/app',{
useBuiltIns: 'entry'
}]
]
}