We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ccefff commit 3139605Copy full SHA for 3139605
src/core/index.js
@@ -10,6 +10,7 @@ Object.defineProperty(Vue.prototype, '$isServer', {
10
11
Object.defineProperty(Vue.prototype, '$ssrContext', {
12
get () {
13
+ /* istanbul ignore next */
14
return this.$vnode.ssrContext
15
}
16
})
0 commit comments