Skip to content

Commit 0104458

Browse files
committed
package vue-template-compiler update
1 parent a4126e7 commit 0104458

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/vue-template-compiler/build.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5140,6 +5140,9 @@ function parseComponent (
51405140
if (attr.name === 'scoped') {
51415141
block.scoped = true;
51425142
}
5143+
if (attr.name === 'module') {
5144+
block.module = attr.value || true;
5145+
}
51435146
if (attr.name === 'src') {
51445147
block.src = attr.value;
51455148
}

0 commit comments

Comments
 (0)