mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
fix: make style global
This commit is contained in:
parent
d45d698f5d
commit
275881b2b0
@ -105,7 +105,7 @@ export const RenderPlugin = () => {
|
||||
'<template>',
|
||||
templateContent,
|
||||
'</template>',
|
||||
'<style scoped>',
|
||||
'<style>',
|
||||
...styleContent,
|
||||
'</style>'
|
||||
].filter(Boolean).join('\n').trim()
|
||||
|
Loading…
Reference in New Issue
Block a user