Vue3 Api Demo

InheritAttrs
Can not automatically inherit attributes
Attrs is render here
        {
  "id": "parent-inherit-id",
  "class": "parent-inherit-class",
  "style": {
    "color": "yellow"
  }
}
      
MergeProps
MergeProps