mirror of https://github.com/ElemeFE/element
parent
435edf4ff4
commit
096aaee30c
|
@ -52,6 +52,8 @@ export default {
|
|||
},
|
||||
|
||||
render(h) {
|
||||
if (this.$isServer) return;
|
||||
|
||||
this.popperVM.node = (
|
||||
<transition
|
||||
name={ this.transition }
|
||||
|
|
Loading…
Reference in New Issue