Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit 42aec88

Browse files
committed
wip: update option
1 parent 298fc90 commit 42aec88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/script.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export function resolveScript(
4141
if (compileScript) {
4242
try {
4343
resolved = compileScript(descriptor, {
44-
id: scopeId,
44+
scopeId,
4545
isProd,
4646
inlineTemplate: enableInline,
4747
templateOptions: enableInline

0 commit comments

Comments
 (0)