UNPKG

quasar

Version:

Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time

26 lines (23 loc) 814 B
{ "meta": { "docsUrl": "https://v2.quasar.dev/vue-components/tabs" }, "mixins": [ "components/tabs/QTab", "composables/private/use-router-link" ], "events": { "click": { "desc": "Emitted when component is clicked (activated)", "params": { "evt": { "extends": "evt", "desc": "JS event object; If you want to cancel navigation set synchronously 'evt.navigate' to false" }, "navigateFn": { "type": "Function", "desc": "When you need to control the time at which the tab should trigger the route navigation then set 'evt.navigate' to false and call this function; Useful if you have async work to be done before the actual route navigation", "params": null, "returns": null } } } } }