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

pull/3148/head
cinwell.li 2017-02-28 17:39:29 +08:00 committed by GitHub
parent dfa3f36be6
commit 23dcba4104
1 changed files with 2 additions and 0 deletions

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;