Title: How to use the 'select' method of the 'tabs' component? Post by: fengdie on September 27, 2018, 03:37:32 PM How to use the 'select' method of the 'tabs' component?
Title: Re: How to use the 'select' method of the 'tabs' component? Post by: stworthy on September 27, 2018, 08:25:43 PM Please refer to the code below:
Code: <button @click="$refs.tt.select(1)">select</button> |