提交 3ad862da 编写于 作者: d-u-a's avatar d-u-a

fix:cssSupports 在非chromium内核的edge浏览器中不准确的问题

上级 faf15fb7
function cssSupports (css) {
return window.CSS && window.CSS.supports && window.CSS.supports(css)
return window.CSS && window.CSS.supports && (window.CSS.supports(css) || window.CSS.supports('--a', 0))
}
export default {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册