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

Tooltip: fix bug in ssr, fixed #3050

parent 23dcba41
...@@ -39,6 +39,8 @@ export default { ...@@ -39,6 +39,8 @@ export default {
}, },
beforeCreate() { beforeCreate() {
if (this.$isServegr) return;
this.popperVM = new Vue({ this.popperVM = new Vue({
router: this.$router, router: this.$router,
store: this.$store, store: this.$store,
......
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