mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-04-06 14:30:46 +08:00
docs: add scoped for all demos's style part
This commit is contained in:
parent
beca3c5ece
commit
334bb5e5ee
@ -23,7 +23,7 @@ ${tsToJs(parts.script)}
|
||||
mergedParts.tsCode += '\n\n'
|
||||
mergedParts.jsCode += '\n\n'
|
||||
}
|
||||
const style = `<style>${parts.style}</style>`
|
||||
const style = `<style scoped>${parts.style}</style>`
|
||||
mergedParts.tsCode += style
|
||||
mergedParts.jsCode += style
|
||||
}
|
||||
@ -50,8 +50,8 @@ ${parts.script}
|
||||
mergedParts.jsCode += '\n\n'
|
||||
}
|
||||
const style = isVue
|
||||
? `<style>${parts.style}</style>`
|
||||
: `<style>
|
||||
? `<style scoped>${parts.style}</style>`
|
||||
: `<style scoped>
|
||||
${parts.style}
|
||||
</style>`
|
||||
mergedParts.jsCode += style
|
||||
|
Loading…
x
Reference in New Issue
Block a user