4 lines
75 B
JavaScript
Raw Normal View History

2025-02-26 11:49:20 +08:00
module.exports = {
presets: [['@vue/app', { useBuiltIns: 'entry' }]],
};