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';
大甜甜阅读 575
xiaoyan2017阅读 10.9k
xiaoyan2017阅读 9.9k评论 1
水冗水孚阅读 2.1k
xiaoyan2017阅读 687评论 1
张旭超阅读 649
xachary阅读 571
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。