How does element-ui use js to trigger tab handover?

how to use vue to trigger this function similar to jquery triger () to realize tab switching. I think the tab switching of element does not give the switching operation of api


vue is a data-driven view.

<el-tabs v-model="activeName">

this v-model binding property is changed to name of the tab-pane you want to cut, and then switch

.
this.activeName = 'second'

button triggers tab switching


you can change the style of tab by changing class

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3764b-2c083.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3764b-2c083.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?