Skip to content

Commit 3139605

Browse files
committed
ignore ssr getter
1 parent 0ccefff commit 3139605

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Object.defineProperty(Vue.prototype, '$isServer', {
1010

1111
Object.defineProperty(Vue.prototype, '$ssrContext', {
1212
get () {
13+
/* istanbul ignore next */
1314
return this.$vnode.ssrContext
1415
}
1516
})

0 commit comments

Comments
 (0)