Tooltip: fix router-link, fixed #3042 (#3143)

This commit is contained in:
cinwell.li
2017-02-28 17:39:29 +08:00
committed by GitHub
parent dfa3f36be6
commit 23dcba4104

View File

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