How vue customizes the _ scopeId of a component

problem description

I have multiple components with the same style tag content, but I can"t mention it, so can I customize _ scopeId

Jun.16,2022

Why can't you extract it? Since the content in the style tag is exactly the same, the code can be extracted as mixin. For example,

<style lang="stylus" scoped>
  /*css*/
  @import "../../common/stylus/mixin/common.styl";
  /*css*/
  @import "./my-page.styl"
</style>
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3ed7d-2c42f.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3ed7d-2c42f.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?