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';
大甜甜阅读 753
xiaoyan2017赞 1阅读 3.9k评论 1
苏琢玉赞 2阅读 827
xiaoyan2017赞 2阅读 1.1k评论 1
xiaoyan2017阅读 3k
xiaoyan2017阅读 1.8k评论 1
xiaoyan2017阅读 1.5k评论 1
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。