仅在IE11上的VUE JS模板编译错误

时间:2018-10-15 12:35:48

标签: javascript vue.js

我面临一个奇怪的问题,需要4到5个小时才能解决,但仍然找不到解决方案。 我正在得到的错误是我的代码在所有浏览器的chrome和Firefox浏览器上都可以正常工作,但是当我在IE11上运行它时,我会遇到以下错误:

  

[Vue警告]:编译模板错误:<div class="floating-chat lh-2-0" id="chat-app"> &nbsp;&nbsp; <span class="title pull-lef col-md-12"> <span class="chat-notification-icon" v-if="this.unreadChatOfUsersCount.count > 0"> {{this.unreadChatOfUsersCount.count}} </span> Messaging </span> <div class="pull-righ col-md-"> </div>

请有人给我一个解决方案。

我将所有方法从method(){}转换为方法:function(){}也添加了polyfill但无法达到结果。

This is the screenshot of my code

1 个答案:

答案 0 :(得分:1)

我的项目有这样的问题。如果您在组件模板中使用IE不兼容的代码,则会发生这种情况。

对我来说,这是 href 属性中的字符串插值。