Tooltip: fix vue-router, fixed #3166

This commit is contained in:
qingwei.li
2017-03-01 15:15:00 +08:00
committed by 杨奕
parent 3cfc4efba1
commit 435edf4ff4

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;