zhengyiming
2025-05-15 c5bf3cfc953f9865bd70f109363c2ea4e45c0c96
apps/taro/src/components/Tabs/ProTabs.vue
@@ -132,7 +132,7 @@
const titles: Ref<Title[]> = ref([]);
const renderTitles = (vnodes: VNode[]) => {
  vnodes.forEach((vnode: VNode, index: number) => {
    let type = vnode.type;
    let type = vnode?.type;
    type = (type as any).name || type;
    if (type === 'nut-tab-pane' || type === 'ProTabPane') {
      let title = new Title();