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() {
|
beforeCreate() {
|
||||||
if (this.$isServegr) return;
|
if (this.$isServer) return;
|
||||||
|
|
||||||
this.popperVM = new Vue({
|
this.popperVM = new Vue({
|
||||||
router: this.$router,
|
router: this.$router,
|
||||||
|
|
Loading…
Reference in New Issue