Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

fix style of scoped #116

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/style.ts
Expand Up @@ -16,7 +16,7 @@ export async function transformStyle(
filename,
id: `data-v-${descriptor.id}`,
map: pluginContext.getCombinedSourcemap(),
scoped: !!block.scoped,
scoped: !!block?.scoped,
trim: true,
})

Expand Down