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">
<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>
</template>

View File

@ -14,8 +14,7 @@ export default {
npm install primevue primeicons
// 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";
//icons
import "primeicons/primeicons.css";
`
import "primeicons/primeicons.css";`
}
};
}

View File

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