Commit d443b4d4 authored by qingwei.li's avatar qingwei.li Committed by 杨奕

Tooltip: fix bug in ssr, fixed #3050

parent 5440acfd
...@@ -39,7 +39,7 @@ export default { ...@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment