parent
2818a3ca4b
commit
1a22f01600
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "primevue",
|
"name": "primevue",
|
||||||
"version": "2.10.3",
|
"version": "2.10.4",
|
||||||
"homepage": "https://www.primefaces.org/primevue",
|
"homepage": "https://www.primefaces.org/primevue",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="layout-footer">
|
<div class="layout-footer">
|
||||||
<div class="layout-footer-left">
|
<div class="layout-footer-left">
|
||||||
<span>PrimeVue 2.10.3 on Vue 2 by </span>
|
<span>PrimeVue 2.10.4 on Vue 2 by </span>
|
||||||
<a href="https://www.primetek.com.tr">PrimeTek</a>
|
<a href="https://www.primetek.com.tr">PrimeTek</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -17,4 +17,4 @@
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
@ -113,10 +113,10 @@
|
||||||
<a href="https://www.primefaces.org/primeblocks-vue/#/" target="_blank"><span>Blocks</span></a>
|
<a href="https://www.primefaces.org/primeblocks-vue/#/" target="_blank"><span>Blocks</span></a>
|
||||||
</li>
|
</li>
|
||||||
<li class="topbar-submenu">
|
<li class="topbar-submenu">
|
||||||
<a tabindex="0" @click="toggleMenu($event, 3)">v2.10.3</a>
|
<a tabindex="0" @click="toggleMenu($event, 3)">v2.10.4</a>
|
||||||
<transition name="p-connected-overlay" @enter="onMenuEnter">
|
<transition name="p-connected-overlay" @enter="onMenuEnter">
|
||||||
<ul v-show="activeMenuIndex === 3" style="width: 100%">
|
<ul v-show="activeMenuIndex === 3" style="width: 100%">
|
||||||
<li><router-link to="/"><span class="m-0">v2.10.3</span></router-link></li>
|
<li><router-link to="/"><span class="m-0">v2.10.4</span></router-link></li>
|
||||||
<li><a href="https://www.primefaces.org/primevue"><span class="m-0">v3</span></a></li>
|
<li><a href="https://www.primefaces.org/primevue"><span class="m-0">v3</span></a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</transition>
|
</transition>
|
||||||
|
|
Loading…
Reference in New Issue