Merge pull request #466 from RmRaja/master

Fixed mistake in TabMenu component documentation.
pull/642/head
Cagatay Civici 2020-09-08 15:26:14 +03:00 committed by GitHub
commit 48f8978f97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ import TabMenu from 'primevue/tabmenu';
<h5>Getting Started</h5>
<p>TabMenu is integrated with Vue Router and requires a collection of menuitems as its model.</p>
<CodeHighlight>
&lt;Menu :model="items" /&gt;
&lt;TabMenu :model="items" /&gt;
&lt;router-view /&gt;
</CodeHighlight>
@ -105,7 +105,7 @@ export default {
</a>
<CodeHighlight>
<template v-pre>
&lt;Menu :model="items" /&gt;
&lt;TabMenu :model="items" /&gt;
&lt;router-view /&gt;
</template>
</CodeHighlight>
@ -128,4 +128,4 @@ export default {
</TabPanel>
</TabView>
</div>
</template>
</template>