Skip to content

Commit e78c865

Browse files
committed
fix: remove original line
1 parent c580e95 commit e78c865

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/guide/migration/attrs-includes-class-style.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ badges:
1717
この副作用は、 `inheritAttrs: false` を使用した場合に明らかになります:
1818

1919
- `$attrs` に含まれる属性は、自動的にルート要素に追加されなくなり、どこに追加するかは開発者の判断に委ねられます。
20-
- But `class` and `style`, not being part of `$attrs`, will still be applied to the component's root element:
2120
- しかし、 `class``style` は、 `$attrs` の一部ではないので、コンポーネントのルート要素に適用されます:
2221

2322
```vue

0 commit comments

Comments
 (0)