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