Set to single line

pull/4666/head
Cagatay Civici 2023-10-21 00:08:39 +03:00
parent a8ab859c78
commit 3c2ec8f5d7
1 changed files with 1 additions and 4 deletions

View File

@ -13,10 +13,7 @@ export default {
data() {
return {
code: {
basic: `
//theme
import "primevue/resources/themes/lara-light-indigo/theme.css";
`
basic: '\nimport "primevue/resources/themes/lara-light-indigo/theme.css"\n'
}
};
}