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

Tooltip: fix vue-router, fixed #3166

parent 3cfc4efb
...@@ -42,8 +42,6 @@ export default { ...@@ -42,8 +42,6 @@ export default {
if (this.$isServer) return; if (this.$isServer) return;
this.popperVM = new Vue({ this.popperVM = new Vue({
router: this.$router,
store: this.$store,
data: { node: '' }, data: { node: '' },
render(h) { render(h) {
return this.node; return this.node;
......
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