gpt4 book ai didi

vuejs2 - Vuejs Internet Explorer 兼容性问题(版本 10 和 11)

转载 作者:行者123 更新时间:2023-12-02 15:06:31 25 4
gpt4 key购买 nike

I hope this question/answer saves time for those having the same cross-compatibility issues with internet explorer.

问题:我在我的一个项目中使用了 vuejs2,结果发现在早期版本的 Internet Explorer 中存在一些兼容性问题。

起初,它归结为这个错误:

SCRIPT1014: Invalid character

然后是这个:

'Promise' is undefined

最佳答案

第一个错误是指使用 Ecmascript6 后加号 (`) 简化了 javascript 中字符串的使用。解决方案是使用连接 HTML 的旧方法。

关于第二个错误,早期版本的internet explorer没有处理promises的使用,解决方法是使用polyfill(这是一个确保向后兼容旧浏览器的api,例如:promises)

in my case I used this: 
<script src='https://cdn.polyfill.io/v2/polyfill.min.js'></script>

关于vuejs2 - Vuejs Internet Explorer 兼容性问题(版本 10 和 11),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46733830/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com