vuejs / vue-style-loader

💅 vue style loader module for webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

amiter opened this issue · comments

commented

update = applyToTag.bind(null, styleElement)

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

Is there a workaround?