Use /deep/ to report an error

Solution: Change /deep/ to ::v-deep

/deep/ is a deep action selector, which is often used in development, especially when using the ui framework to change the original style. The error occurred after compiling the vue-cli3 I used here, just change it to ::v-deep. Later, Baidu took a look and all said: v-deep is more secure and compiles faster.

Guess you like

Origin blog.csdn.net/weixin_43937400/article/details/113242707