Hi, It will work,
declare xTabsModel:credits_tab in data property
In method
goToPayTab(){
this.xTabsModel = pay_tab
}
This will work:)
S
Latest posts made by Swathi
-
RE: Probably a silly question but how do i access setActiveTab() method available in q-tabs ?
-
How to do form validation using vee-validate(vuejs)?
The form consist of <input>,<q-select>,<q-checkbox> and <q-radio> quasar tags . On submit it should validate each and every fields in the form.