Skip to content

Commit 13f24f2

Browse files
committed
modified: src/index.ts
1 parent 5c5a176 commit 13f24f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ const addStyle = async (
9191
bindings,
9292
content,
9393
warnings = [],
94-
} = compileScript(descriptor, { id, inlineTemplate: false });
94+
} = compileScript(descriptor, { id });
9595
log(warnings);
9696
if (bindings) compilerOptions.bindingMetadata = bindings;
9797
Object.assign(

0 commit comments

Comments
 (0)