Lisheri

Results 3 issues of Lisheri

### 重现链接 https://github.com/Lisheri/vant/blob/fix/dynamic_tab/packages/vant/src/tab/demo/index.vue demo第一个可以复现 ### Vant 版本 4.8.5 ### 描述一下你遇到的问题。 基于动态组件使用包裹后的tab组件, 动态新增tab时候生产环境下无法渲染出正确的顺序(仅title渲染错误) 原因在于 tab中调用useParent link时在生产环境下调用flattenVNodes方法时无法从父节点的subTree上获取到当前插入的最新的tab所对应的vnode, 导致位置计算错误, 只能插入到最后 ![image](https://github.com/youzan/vant/assets/49238808/8b9c9315-2d09-4480-8bdf-0e91caae5f32) ![image](https://github.com/youzan/vant/assets/49238808/e62fdccb-0a86-4038-97ec-8326df518423) ![image](https://github.com/youzan/vant/assets/49238808/69b662de-8788-47b6-bf57-ae8b022b9e80) ![image](https://github.com/youzan/vant/assets/49238808/bfd5662d-2b53-4c99-b6e7-f60c174be094) 点击新增后, 在拍平后的vnodes集合中找不到新增的vnode, 因此插入顺序错误 ### 重现步骤 以下均需要生产环境: 1. 基于Tab包裹新的Tab组件 2....

bug: need confirm

### Describe the bug ## Using esbuild to build the following components reports errors: ```vue 按钮 import { Button } from 'ant-design-vue'; const a = __DEV__; console.info(a); .ant-btn { background-color:...

bug

**描述bug** 清晰准确的描述bug 微应用使用单例模式并且使用element-plus时, 第二次加载微应用同时切换到对应页面报错 **如何复现** 1. 启动main以及micro_app 2. 点击main的about加载一次微应用以及点击微应用about切换到对应页面 3. 点击home切出微应用 4. 再次加载微应用, 切换到微应用about页面, 操作select 5. 出现报错 实测element-plus 2.3.x, 2.4.x 以及最新的2.7.7均产生报错, 而且仅出现在单例模式, 重建和保活均正常 给出详细的复现步骤 同上 **错误截图** 如果有可以将截图带上 ![image](https://github.com/user-attachments/assets/5a13bffc-2143-4a1c-8ce7-7922f5a62077) ![image](https://github.com/user-attachments/assets/a579b517-97ce-4b20-9c26-872adc16c470) **最小复现仓库或者地址**...