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

This commit is contained in:
cinwell.li
2017-03-01 15:20:17 +08:00
committed by GitHub
parent 435edf4ff4
commit 096aaee30c

View File

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