parent
214942a87b
commit
73a55a9443
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "primevue",
|
||||
"version": "3.6.5-SNAPSHOT",
|
||||
"version": "3.7.0",
|
||||
"homepage": "https://www.primefaces.org/primevue",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "primevue",
|
||||
"version": "3.6.5-SNAPSHOT",
|
||||
"version": "3.7.0",
|
||||
"homepage": "https://www.primefaces.org/primevue",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div class="layout-footer">
|
||||
<div class="layout-footer-left">
|
||||
<span>PrimeVue 3.6.5 on Vue 3.1.5 by </span>
|
||||
<span>PrimeVue 3.7.0 on Vue 3 by </span>
|
||||
<a href="https://www.primetek.com.tr">PrimeTek</a>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -16,7 +16,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.6.2 --save
|
||||
npm install primevue@^3.7.0 --save
|
||||
npm install primeicons --save
|
||||
|
||||
</code></pre>
|
||||
|
|
Loading…
Reference in New Issue