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