Commit 23dcba41 authored by cinwell.li's avatar cinwell.li Committed by GitHub

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

parent dfa3f36b
......@@ -40,6 +40,8 @@ export default {
beforeCreate() {
this.popperVM = new Vue({
router: this.$router,
store: this.$store,
data: { node: '' },
render(h) {
return this.node;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment