vuejs / vue-style-loader

💅 vue style loader module for webpack
MIT License
226 stars 68 forks source link

QtWebkit内核浏览器不兼容的问题 #15

Open amiter opened 6 years ago

amiter commented 6 years ago

https://github.com/vuejs/vue-style-loader/blob/af61a420077118fb03ba6e27098d2d90722cfc0f/lib/addStylesClient.js#L142

QtWebkit内核浏览器在这里抛出一个错误 TypeError: 'undefined' is not a function (evaluating 'applyToTag.bind(null, styleElement)')

joaoeduardo commented 6 years ago

Is there a workaround?