在vue3项目中使用Umo Editor 打包到生产环境报错 Key "xxxx" must be a async function
解决方法 111
target: 'es2018'
// vite.config.{ts,js}
// ..... other configurations
build: {
target: 'es2018',
// .....other configurations
}
// .....other configurations
代码搬运工

浙公网安备 33010602011771号