fix: make style global

This commit is contained in:
Daniel Roe 2022-03-10 21:13:17 +00:00
parent d45d698f5d
commit 275881b2b0

View File

@ -105,7 +105,7 @@ export const RenderPlugin = () => {
'<template>',
templateContent,
'</template>',
'<style scoped>',
'<style>',
...styleContent,
'</style>'
].filter(Boolean).join('\n').trim()