Highlighted text fixes
parent
e58f6f4db6
commit
07d3609d13
|
@ -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>
|
||||
|
||||
|
|
|
@ -14,8 +14,7 @@ export default {
|
|||
npm install primevue primeicons
|
||||
|
||||
// with yarn
|
||||
yarn add primevue primeicons
|
||||
`
|
||||
yarn add primevue primeicons`
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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";`
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
|
@ -15,8 +15,7 @@ export default {
|
|||
data() {
|
||||
return {
|
||||
code1: {
|
||||
basic: `
|
||||
app.use(PrimeVue, {
|
||||
basic: `app.use(PrimeVue, {
|
||||
locale: {
|
||||
accept: 'Aceptar',
|
||||
reject: 'Rechazar',
|
||||
|
|
Loading…
Reference in New Issue