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) {
if (this.$isServer) return;
this.popperVM.node = (
<transition
name={ this.transition }