diff --git a/doc/configuration/PropCasesDoc.vue b/doc/configuration/PropCasesDoc.vue index 871eb6a3c..372b905b8 100644 --- a/doc/configuration/PropCasesDoc.vue +++ b/doc/configuration/PropCasesDoc.vue @@ -2,7 +2,7 @@

Component prop names are described as camel case throughout the documentation however camel-case is also fully supported. Events on the other hand should always be camel-case.

- +
diff --git a/doc/installation/DownloadDoc.vue b/doc/installation/DownloadDoc.vue index 849116be4..d948612ab 100644 --- a/doc/installation/DownloadDoc.vue +++ b/doc/installation/DownloadDoc.vue @@ -14,8 +14,7 @@ export default { npm install primevue primeicons // with yarn -yarn add primevue primeicons - ` +yarn add primevue primeicons` } }; } diff --git a/doc/installation/StylesDoc.vue b/doc/installation/StylesDoc.vue index 42a2e904e..eae323cac 100644 --- a/doc/installation/StylesDoc.vue +++ b/doc/installation/StylesDoc.vue @@ -17,8 +17,7 @@ import "primevue/resources/themes/lara-light-indigo/theme.css"; import "primevue/resources/primevue.min.css"; //icons -import "primeicons/primeicons.css"; - ` +import "primeicons/primeicons.css";` } }; } diff --git a/doc/locale/SetLocaleDoc.vue b/doc/locale/SetLocaleDoc.vue index f48d01f38..880024ef1 100644 --- a/doc/locale/SetLocaleDoc.vue +++ b/doc/locale/SetLocaleDoc.vue @@ -15,8 +15,7 @@ export default { data() { return { code1: { - basic: ` -app.use(PrimeVue, { + basic: `app.use(PrimeVue, { locale: { accept: 'Aceptar', reject: 'Rechazar',