MatheusrdSantos / vue-quick-chat

A simple chat component created with Vue.js
MIT License
128 stars 45 forks source link

Internal error in Internet Explorer 11 #40

Closed alberto-perdiguero closed 4 years ago

alberto-perdiguero commented 4 years ago

The component crash in IE11.

alberto-perdiguero commented 4 years ago

Solved, you only have to add it:

module.exports = { transpileDependencies: ['vue-quick-chat'], }

In the Vue.config.js