parent
afc5b0cd31
commit
48cdd9c229
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "primevue",
|
"name": "primevue",
|
||||||
"version": "3.8.3-SNAPSHOT",
|
"version": "3.9.0",
|
||||||
"homepage": "https://www.primefaces.org/primevue",
|
"homepage": "https://www.primefaces.org/primevue",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "primevue",
|
"name": "primevue",
|
||||||
"version": "3.8.3-SNAPSHOT",
|
"version": "3.9.0",
|
||||||
"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 3.9.0-SNAPSHOT on Vue 3 by </span>
|
<span>PrimeVue 3.9.0 on Vue 3 by </span>
|
||||||
<a href="https://www.primetek.com.tr">PrimeTek</a>
|
<a href="https://www.primetek.com.tr">PrimeTek</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,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>
|
<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>
|
<pre v-code.script><code>
|
||||||
npm install primevue@^3.8.2 --save
|
npm install primevue@^3.9.0 --save
|
||||||
npm install primeicons --save
|
npm install primeicons --save
|
||||||
|
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
@ -214,7 +214,7 @@ export default defineNuxtPlugin((nuxtApp) => {
|
||||||
<pre v-code.script><code>
|
<pre v-code.script><code>
|
||||||
dependencies: {
|
dependencies: {
|
||||||
"vue": "^3.0.0",
|
"vue": "^3.0.0",
|
||||||
"primeicons": "^4.0.0"
|
"primeicons": "^5.0.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
|
Loading…
Reference in New Issue