透传 Attributes
💥本文章所有相关代码参考自vue3官网
Attributes 继承
|
|
- 子组件
MyButton.vue
。
|
|
对 class 和 style 的合并
|
|
- 子组件
MyButton.vue
。
|
|
v-on 监听器继承
|
|
- 子组件
MyButton.vue
。
|
|
深层组件继承
|
|
|
|
|
|
|
|
MyButton.vue
。
|
|
|
|
MyButton.vue
。
|
|
|
|
MyButton.vue
。
|
|
|
|
|
|
|
|