We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c580e95 commit e78c865Copy full SHA for e78c865
src/guide/migration/attrs-includes-class-style.md
@@ -17,7 +17,6 @@ badges:
17
この副作用は、 `inheritAttrs: false` を使用した場合に明らかになります:
18
19
- `$attrs` に含まれる属性は、自動的にルート要素に追加されなくなり、どこに追加するかは開発者の判断に委ねられます。
20
-- But `class` and `style`, not being part of `$attrs`, will still be applied to the component's root element:
21
- しかし、 `class` と `style` は、 `$attrs` の一部ではないので、コンポーネントのルート要素に適用されます:
22
23
```vue
0 commit comments