Vue3中的透传Attributes / $attrs:简化组件开发的利器
<template>
<div>
<component :is="dynamicComponent" v-bind="$attrs" />
</div>
</template>
<script setup>
const dynamicComponent = 'ChildComponent';
Vue3中的透传Attributes / $attrs:简化组件开发的利器
<template>
<div>
<component :is="dynamicComponent" v-bind="$attrs" />
</div>
</template>
<script setup>
const dynamicComponent = 'ChildComponent';
大甜甜阅读 370
万少赞 2阅读 352
小皇帝James阅读 1.1k
刘大猫赞 1阅读 251
张旭超阅读 560
刘大猫阅读 546
xiaoyan2017阅读 445评论 2
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。