mirror of https://github.com/ElemeFE/element
Tooltip: fix bug in ssr, fixed #3050
parent
5440acfda7
commit
d443b4d451
|
@ -39,7 +39,7 @@ export default {
|
|||
},
|
||||
|
||||
beforeCreate() {
|
||||
if (this.$isServegr) return;
|
||||
if (this.$isServer) return;
|
||||
|
||||
this.popperVM = new Vue({
|
||||
router: this.$router,
|
||||
|
|
Loading…
Reference in New Issue