mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-02 12:18:46 +08:00
Tooltip: fix bug in ssr, fixed #3050
This commit is contained in:
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
Block a user