Skip to content

Commit deea078

Browse files
committed
docs (#162): remove inheritattrs since its automatically disabled
1 parent bc4926b commit deea078

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/guide/migration/fragments.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@ In 3.x, components now can have multiple root nodes! However, this does require
3030
<main v-bind="$attrs">...</main>
3131
<footer>...</footer>
3232
</template>
33-
34-
<script>
35-
export default {
36-
inheritAttrs: false
37-
}
38-
</script>
3933
```
4034

4135
For more information on how attribute inheritance works, see [Non-Prop Attributes](/guide/component-props.html#disabling-attribute-inheritance).

0 commit comments

Comments
 (0)