mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-16 11:44:01 +08:00
Tooltip: fix bug in ssr, fixed #3050
This commit is contained in:
@@ -39,7 +39,7 @@ export default {
|
||||
},
|
||||
|
||||
beforeCreate() {
|
||||
if (this.$isServegr) return;
|
||||
if (this.$isServer) return;
|
||||
|
||||
this.popperVM = new Vue({
|
||||
router: this.$router,
|
||||
|
||||
Reference in New Issue
Block a user