You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you use the `class`attribute on a custom component, those classes will be added to the component's root element. Existing classes on this element will not be overwritten.
116
+
当你在一个自定义组件上使用 `class`属性时,那些添加的 class 值将会被添加至组件根元素上。根元素上已存在的 class 值将不会被覆盖。
0 commit comments