New dev iteration
parent
a6632eb81b
commit
dc75caa263
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "primevue",
|
||||
"version": "3.2.0-rc.1",
|
||||
"version": "3.2.0-SNAPSHOT",
|
||||
"homepage": "https://www.primefaces.org/primevue",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "primevue",
|
||||
"version": "3.2.0-rc.1",
|
||||
"version": "3.2.0-SNAPSHOT",
|
||||
"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.2.1-rc.1 on Vue 3.0.3 by </span>
|
||||
<span>PrimeVue 3.2.0 on Vue 3.0.3 by </span>
|
||||
<a href="https://www.primetek.com.tr">PrimeTek</a>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -239,7 +239,7 @@ app.use(PrimeVue, {ripple: true});
|
|||
<p>An <a href="https://github.com/primefaces/primevue-quickstart">example application</a> based on Vue CLI is available at github.</p>
|
||||
|
||||
<h5>Quickstart with Vite</h5>
|
||||
<p>A <a href="https://github.com/primefaces/primevue-quickstart-vite">start application</a> is also provided for Vite users.</p>
|
||||
<p>A <a href="https://github.com/primefaces/primevue-quickstart-vite">starter application</a> is also provided for Vite users.</p>
|
||||
|
||||
<h5>Typescript</h5>
|
||||
<p>Typescript is fully supported as type definition files are provided in the npm package of PrimeVue. A sample <a href="https://github.com/primefaces/primevue-typescript-quickstart">typescript-primevue</a> application with Vue CLI is available as at github.</p>
|
||||
|
|
Loading…
Reference in New Issue