Skip to content

Commit

Permalink
fix typo (#6)
Browse files Browse the repository at this point in the history
It causes SSR issue like vuejs/vue#6353
  • Loading branch information
JounQin authored and yyx990803 committed Sep 6, 2017
1 parent a50d59a commit b390cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/addStylesServer.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = function (parentId, list, isProduction, context) {
if (context) {
if (!context.hasOwnProperty('styles')) {
Object.defineProperty(context, 'styles', {
enumberable: true,
enumerable: true,
get: function() {
return renderStyles(context._styles)
}
Expand Down

0 comments on commit b390cb4

Please sign in to comment.