mirror of https://github.com/ElemeFE/element
parent
435edf4ff4
commit
096aaee30c
|
@ -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 }
|
||||||
|
|
Loading…
Reference in New Issue