Tooltip: fix bug in ssr, fixed #3152 (#3153)

pull/3177/head
cinwell.li 2017-03-01 15:20:17 +08:00 committed by GitHub
parent 435edf4ff4
commit 096aaee30c
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,8 @@ export default {
}, },
render(h) { render(h) {
if (this.$isServer) return;
this.popperVM.node = ( this.popperVM.node = (
<transition <transition
name={ this.transition } name={ this.transition }