Browse Source

Tooltip: fix vue-router, fixed #3166

qingwei.li 8 years ago
parent
commit
435edf4ff4
1 changed files with 0 additions and 2 deletions
  1. 0 2
      packages/tooltip/src/main.js

+ 0 - 2
packages/tooltip/src/main.js

@@ -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;