mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Path fixes
This commit is contained in:
parent
dde89b3f79
commit
069a0dc3b5
4 changed files with 6 additions and 6 deletions
|
@ -3,11 +3,11 @@
|
||||||
[](https://badge.fury.io/js/primevue)
|
[](https://badge.fury.io/js/primevue)
|
||||||
[](https://discord.gg/gzKFYnpmCY)
|
[](https://discord.gg/gzKFYnpmCY)
|
||||||
|
|
||||||
[](https://www.primefaces.org/primevue)
|
[](https://primevue.org/)
|
||||||
|
|
||||||
# PrimeVue
|
# PrimeVue
|
||||||
|
|
||||||
PrimeVue is a rich set of open source UI Components for Vue. See [PrimeVue homepage](https://www.primefaces.org/primevue/) for live showcase and documentation.
|
PrimeVue is a rich set of open source UI Components for Vue. See [PrimeVue homepage](https://primevue.org/) for live showcase and documentation.
|
||||||
|
|
||||||
## Download
|
## Download
|
||||||
|
|
||||||
|
@ -245,7 +245,7 @@ app.use(PrimeVue, {
|
||||||
|
|
||||||
## Locale
|
## Locale
|
||||||
|
|
||||||
PrimeVue provides a Locale API to support i18n and l7n, visit the [Locale](https://www.primefaces.org/primevue/locale) documentation for more information.
|
PrimeVue provides a Locale API to support i18n and l7n, visit the [Locale](https://primevue.org/configuration/#locale) documentation for more information.
|
||||||
|
|
||||||
## Quickstart with Vue CLI
|
## Quickstart with Vue CLI
|
||||||
|
|
||||||
|
|
|
@ -103,7 +103,7 @@ export default {
|
||||||
return false;
|
return false;
|
||||||
},
|
},
|
||||||
redirect() {
|
redirect() {
|
||||||
window.location.href = 'https://www.primefaces.org/primeblocks-vue';
|
window.location.href = 'https://blocks.primevue.org';
|
||||||
},
|
},
|
||||||
onConfigButtonClick() {
|
onConfigButtonClick() {
|
||||||
this.appConfigActive = true;
|
this.appConfigActive = true;
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
</router-link>
|
</router-link>
|
||||||
</li>
|
</li>
|
||||||
<li class="mr-0 lg:mr-2">
|
<li class="mr-0 lg:mr-2">
|
||||||
<a href="https://www.primefaces.org/primeblocks-vue">
|
<a href="https://blocks.primevue.org">
|
||||||
<img src="https://primefaces.org/cdn/primevue/images/landing/blocks-icon.svg" alt="primevue blocks" />
|
<img src="https://primefaces.org/cdn/primevue/images/landing/blocks-icon.svg" alt="primevue blocks" />
|
||||||
<span>Blocks</span>
|
<span>Blocks</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
|
@ -53,7 +53,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="p-2 flex flex-row md:flex-column">
|
<div class="p-2 flex flex-row md:flex-column">
|
||||||
<div class="hero-box w-10rem h-10rem md:w-12rem md:h-12rem animation flex align-items-center justify-content-center" @click="navigateTo('https://www.primefaces.org/primeblocks-vue')">
|
<div class="hero-box w-10rem h-10rem md:w-12rem md:h-12rem animation flex align-items-center justify-content-center" @click="navigateTo('https://blocks.primevue.org')">
|
||||||
<div class="flex flex-column align-items-center">
|
<div class="flex flex-column align-items-center">
|
||||||
<img src="https://primefaces.org/cdn/primevue/images/landing/blocks-icon.svg" alt="primevue templates" />
|
<img src="https://primefaces.org/cdn/primevue/images/landing/blocks-icon.svg" alt="primevue templates" />
|
||||||
<div class="name">
|
<div class="name">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue