Refactor on ReadMe
parent
700dac1550
commit
a90d651870
|
@ -136,14 +136,14 @@ primevue: {
|
||||||
|
|
||||||
In styled mode, the theme can be defined at Nuxt configuration with the css property. Note that this only applies to styled mode, in unstyled mode a theme file is not required as styling is done externally.
|
In styled mode, the theme can be defined at Nuxt configuration with the css property. Note that this only applies to styled mode, in unstyled mode a theme file is not required as styling is done externally.
|
||||||
|
|
||||||
For detailed [information](https://primevue.org/nuxt)
|
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
export default defineNuxtConfig({
|
export default defineNuxtConfig({
|
||||||
css: ['primevue/resources/themes/lara-dark-teal/theme.css']
|
css: ['primevue/resources/themes/lara-dark-teal/theme.css']
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
|
For detailed [information](https://primevue.org/nuxt)
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
We've created various samples for the popular options in the Vue ecosystem. Visit the [primevue-examples](https://github.com/primefaces/primevue-examples) repository for the samples.
|
We've created various samples for the popular options in the Vue ecosystem. Visit the [primevue-examples](https://github.com/primefaces/primevue-examples) repository for the samples.
|
||||||
|
|
Loading…
Reference in New Issue