Files
directus/src/components/v-tabs/v-tabs-items
dependabot-preview[bot] 26960961e8 Bump prettier from 1.19.1 to 2.0.2 (#239)
* Bump prettier from 1.19.1 to 2.0.2

Bumps [prettier](https://github.com/prettier/prettier) from 1.19.1 to 2.0.2.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/1.19.1...2.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add dangling comma's

* Update eslint config to match prettier default

* Make eslint match prettier for real this time

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2020-03-24 10:51:30 -04:00
..
2020-03-19 11:50:09 -04:00
2020-03-19 11:50:09 -04:00
2020-03-19 11:50:09 -04:00

Tabs Items

Tabs Items mirror a tab and display information for a selected tab. If a tab item is not selected, it automaticly gets hidden.

Usage

<v-tabs-items v-model="selection">
	<v-tab-item>Home Section</v-tab-item>
	<v-tab-item>News Section</v-tab-item>
	<v-tab-item>Help Section</v-tab-item>
</v-tabs-items>

Props

Prop Description Default
value v-model value --

Events

Event Description Value
input Updates v-model `readonly (string

Slots

Slot Description Data
default

CSS Variables

n/a