fix incorrect theme import
parent
13323511fb
commit
728294bdb0
|
@ -27,7 +27,7 @@ export default {
|
||||||
code1: {
|
code1: {
|
||||||
basic: `
|
basic: `
|
||||||
<script>
|
<script>
|
||||||
import 'primevue/resources/themes/lara-light-green/theme.csss'
|
import 'primevue/resources/themes/lara-light-green/theme.css'
|
||||||
<\/script>
|
<\/script>
|
||||||
`
|
`
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue