Skip to content

Instantly share code, notes, and snippets.

@xinglongjizi
Created October 16, 2024 09:19
Show Gist options
  • Save xinglongjizi/c9ee4a2727b80cc8bd425a2f30dedd38 to your computer and use it in GitHub Desktop.
Save xinglongjizi/c9ee4a2727b80cc8bd425a2f30dedd38 to your computer and use it in GitHub Desktop.
/*
比如结合element ui组件,我们在单文件组件中自己写的元素或者通过slot注入进element组件中的元素,定义它的样式是都可以写在scope样式中,因为这些
元素vue在处理时,都会加上 data-v-xxx 属性
然后是,引入组件的第一层元素也加上了 data-v-371664d9 属性,因此第一层元素的样式也可以写在scope中
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment