npm i @vitejs/plugin-legacy 2.在vite.config plugins中配置 1 2 3 legacy({ targets: ['defaults','not IE 11'] }), 3.先執(zhí)行 npm run build 命令進行打包,打包完成后打開 dist/index.html。 將index.html中所有的<script></script> 標(biāo)簽中的 type="module"、crossorigin、nomodule 刪除。 ps:以上...
www.dbjr.com.cn/javascript/317949j...htm 2025-6-8