docs(tabs): add correct vue examples (#22510)

This commit is contained in:
Liam DeBeasi
2020-11-17 11:02:28 -05:00
committed by GitHub
parent ce4a381d4f
commit 33768e1d0c
3 changed files with 204 additions and 87 deletions

View File

@ -2,8 +2,9 @@
The tab component is a child component of [tabs](../tabs). Each tab can contain a top level navigation stack for an app or a single view. An app can have many tabs, all with their own independent navigation.
See the [tabs documentation](../tabs/) for more details on configuring tabs.
> Note: This component should only be used with vanilla or Stencil JavaScript projects. For Angular, React, and Vue apps you do not need to use `ion-tab` to declare your tab components.
See the [tabs documentation](../tabs/) for more details on configuring tabs.
<!-- Auto Generated Below -->