Skip to content

Commit c40c49f

Browse files
committed
feat(plugin-vue): enable :slotted usage detection
1 parent 3f5c39a commit c40c49f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/plugin-vue/src/template.ts

+1
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ export function resolveTemplateCompilerOptions(
152152
id,
153153
filename,
154154
scoped: hasScoped,
155+
slotted: descriptor.slotted,
155156
isProd: options.isProduction,
156157
inMap: block.src ? undefined : block.map,
157158
ssr,

0 commit comments

Comments
 (0)