在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號