update versions

pull/2862/head
Tuğçe Küçükoğlu 2022-08-17 13:31:21 +03:00
parent 12a85abec7
commit 178521d5a6
2 changed files with 3 additions and 3 deletions

View File

@ -105,10 +105,10 @@
<a href="https://www.primefaces.org/primeblocks-vue/#/" target="_blank"><span>Blocks</span></a>
</li>
<li class="topbar-submenu">
<a tabindex="0" @click="toggleMenu($event, 3)">v3.16.0</a>
<a tabindex="0" @click="toggleMenu($event, 3)">v3.16.1</a>
<transition name="p-connected-overlay" @enter="onMenuEnter">
<ul v-show="activeMenuIndex === 3" style="width: 100%">
<li><router-link to="/"><span class="m-0">v3.16.0</span></router-link></li>
<li><router-link to="/"><span class="m-0">v3.16.1</span></router-link></li>
<li><a href="https://www.primefaces.org/primevue-v2"><span class="m-0">v2.9.2</span></a></li>
</ul>
</transition>

View File

@ -13,7 +13,7 @@
<p>PrimeVue is available at <a href="https://www.npmjs.com/package/primevue">npm</a>, if you have an existing application run the following commands to download PrimeVue and PrimeIcons to your project.</p>
<pre v-code.script><code>
npm install primevue@^3.16.0 --save
npm install primevue@^3.16.1 --save
npm install primeicons --save
</code></pre>