学海无涯

导航

2023年3月11日 #

动态组件 component

摘要: <template> <button v-for="tab in tabs" :key="tab" @click="currentTab = tab.component"> {{ tab.name }} </button> <component :is="currentTab ? currentTa 阅读全文

posted @ 2023-03-11 07:04 宁静致远. 阅读(35) 评论(0) 推荐(0)