Path fixes
parent
dde89b3f79
commit
069a0dc3b5
|
@ -3,11 +3,11 @@
|
|||
[![npm version](https://badge.fury.io/js/primevue.svg)](https://badge.fury.io/js/primevue)
|
||||
[![Discord Chat](https://img.shields.io/discord/557940238991753223.svg?color=7289da&label=chat&logo=discord)](https://discord.gg/gzKFYnpmCY)
|
||||
|
||||
[![PrimeVue Hero](https://user-images.githubusercontent.com/686247/138925407-2a7e916d-c674-4fb5-b721-1dd41a8eeebc.jpg)](https://www.primefaces.org/primevue)
|
||||
[![PrimeVue Hero](https://user-images.githubusercontent.com/686247/138925407-2a7e916d-c674-4fb5-b721-1dd41a8eeebc.jpg)](https://primevue.org/)
|
||||
|
||||
# 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
|
||||
|
||||
|
@ -245,7 +245,7 @@ app.use(PrimeVue, {
|
|||
|
||||
## 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
|
||||
|
||||
|
|
|
@ -103,7 +103,7 @@ export default {
|
|||
return false;
|
||||
},
|
||||
redirect() {
|
||||
window.location.href = 'https://www.primefaces.org/primeblocks-vue';
|
||||
window.location.href = 'https://blocks.primevue.org';
|
||||
},
|
||||
onConfigButtonClick() {
|
||||
this.appConfigActive = true;
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
</router-link>
|
||||
</li>
|
||||
<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" />
|
||||
<span>Blocks</span>
|
||||
</a>
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<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">
|
||||
<img src="https://primefaces.org/cdn/primevue/images/landing/blocks-icon.svg" alt="primevue templates" />
|
||||
<div class="name">
|
||||
|
|
Loading…
Reference in New Issue