Highlighted text fixes

pull/3699/head
Tuğçe Küçükoğlu 2023-03-03 15:15:58 +03:00
parent e58f6f4db6
commit 07d3609d13
4 changed files with 4 additions and 7 deletions

View File

@ -2,7 +2,7 @@
<DocSectionText v-bind="$attrs"> <DocSectionText v-bind="$attrs">
<p>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.</p> <p>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.</p>
<DocSectionCode :code="code" hideToggleCode importCode hideCodeSandbox hideStackBlitz /> <DocSectionCode :code="code" hideToggleCode hideCodeSandbox hideStackBlitz />
</DocSectionText> </DocSectionText>
</template> </template>

View File

@ -14,8 +14,7 @@ export default {
npm install primevue primeicons npm install primevue primeicons
// with yarn // with yarn
yarn add primevue primeicons yarn add primevue primeicons`
`
} }
}; };
} }

View File

@ -17,8 +17,7 @@ import "primevue/resources/themes/lara-light-indigo/theme.css";
import "primevue/resources/primevue.min.css"; import "primevue/resources/primevue.min.css";
//icons //icons
import "primeicons/primeicons.css"; import "primeicons/primeicons.css";`
`
} }
}; };
} }

View File

@ -15,8 +15,7 @@ export default {
data() { data() {
return { return {
code1: { code1: {
basic: ` basic: `app.use(PrimeVue, {
app.use(PrimeVue, {
locale: { locale: {
accept: 'Aceptar', accept: 'Aceptar',
reject: 'Rechazar', reject: 'Rechazar',