gpt4 book ai didi

google-chrome - 如何关闭 Chrome 控制台中的/deep/组合器弃用警告?

转载 作者:行者123 更新时间:2023-12-04 15:42:28 26 4
gpt4 key购买 nike

在编写 Polymer 概念验证时,我不断得到:

/deep/ combinator is deprecated. See https://www.chromestatus.com/features/6750456638341120 for more details.

在谷歌浏览器的控制台中。

有没有办法在每次加载页面时都不会收到此警告?

最佳答案

您可能会看到此错误,因为您正在使用应用布局的类方法。如果您切换到使用自定义 CSS mixins,则不会出现错误。

所以只需导入:

<link rel="import" href="bower_components/iron-flex-layout/iron-flex-layout.html">

而不是 类/iron-flex-layout.html (似乎是包含此文件导致警告)

然后使用:
body {
@apply(--layout-vertical);
@apply(--layout-fullbleed);
}

在你的风格而不是:
<body class="layout vertical fullbleed"> 

将类添加到您的 html 元素。

这真是一种耻辱,因为使用类是应用布局样式的一种更简洁直观的方式。

关于google-chrome - 如何关闭 Chrome 控制台中的/deep/组合器弃用警告?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33020031/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com