aishandong/ma'anshan_h5/babel.config.js
2025-04-29 09:38:12 +08:00

12 lines
147 B
Vue

module.exports = {
"plugins": [
"@vue/babel-plugin-jsx",
[
"react-directives",
{
"prefix": "v"
}
]
]
}