Tooltip: fix vue-router, fixed #3166

pull/3177/head
qingwei.li 2017-03-01 15:15:00 +08:00 committed by 杨奕
parent 3cfc4efba1
commit 435edf4ff4
1 changed files with 0 additions and 2 deletions

View File

@ -42,8 +42,6 @@ export default {
if (this.$isServer) return;
this.popperVM = new Vue({
router: this.$router,
store: this.$store,
data: { node: '' },
render(h) {
return this.node;