Skip to content

Commit d16b412

Browse files
authored
fix typo
It causes SSR issue like vuejs/vue#6353
1 parent a50d59a commit d16b412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)