Skip to content

Commit ae9a7bc

Browse files
committed
Parse component styles
1 parent 916f492 commit ae9a7bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ function loader (source) {
8383
? `render() { return (${Template7.compile(template)})(this)},`
8484
: `render() {return \`${template}\`},`
8585
}
86+
${style ? `style: \`${style}\`,` : ''}
8687
styleScoped: ${styleScoped},
8788
}
8889
`, {sourceType: 'module'});

0 commit comments

Comments
 (0)