0
点赞
收藏
分享

微信扫一扫

[@vue/compiler-sfc] the >>> and /deep/ combinators have been deprecated. Use :deep() instead.

在Vue2中 我们经常使用 >>>/deep/ 样式穿透 修改elementui里面的样式

但是Vue3中 弃用了 >>>/deep/ 使用 :deep() 代替

[@vue/compiler-sfc] the >>> and /deep/ combinators have been deprecated. Use :deep() instead._vue.js 这是在 Vue3中使用 /deep/ 给出的警告

修改为如下就可以:

[@vue/compiler-sfc] the >>> and /deep/ combinators have been deprecated. Use :deep() instead._前端_02 

 


举报

相关推荐

0 条评论