Skip to content

Commit

Permalink
feat(plugin-vue): enable :slotted usage detection
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Mar 26, 2021
1 parent 1281de5 commit 8ceac0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/plugin-vue/src/template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ export function resolveTemplateCompilerOptions(
id,
filename,
scoped: hasScoped,
slotted: descriptor.slotted,
isProd: options.isProduction,
inMap: block.src ? undefined : block.map,
ssr,
Expand Down

0 comments on commit 8ceac0c

Please sign in to comment.