Notes on using the ant-design-vue Tabs component

Component library version: 3.2.13
Tabs component documentation: https://www.antdv.com/components/tabs-cn

Problem 1: When switching tabs, components will be cached and the interface will not be repeatedly loaded to load the page.
Solution: Ensure that the activeKey changes when switching tabs.
Insert image description here

Problem 2: Tab switching, repeated requests.
Solution: Similar to v-if, ensure that the components in the tab only meet the conditions of one tab.
Insert image description here

Guess you like

Origin blog.csdn.net/xiaoxiannv666/article/details/127621236