Skip to content

Commit b390cb4

Browse files
JounQinyyx990803
authored andcommittedSep 6, 2017
fix typo (#6)
It causes SSR issue like vuejs/vue#6353
1 parent a50d59a commit b390cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎lib/addStylesServer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = function (parentId, list, isProduction, context) {
77
if (context) {
88
if (!context.hasOwnProperty('styles')) {
99
Object.defineProperty(context, 'styles', {
10-
enumberable: true,
10+
enumerable: true,
1111
get: function() {
1212
return renderStyles(context._styles)
1313
}

0 commit comments

Comments
 (0)
Please sign in to comment.