Commit 096aaee3 authored by cinwell.li's avatar cinwell.li Committed by GitHub

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

parent 435edf4f
......@@ -52,6 +52,8 @@ export default {
},
render(h) {
if (this.$isServer) return;
this.popperVM.node = (
<transition
name={ this.transition }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment