mirror of https://github.com/ElemeFE/element
Tooltip: fix vue-router, fixed #3166
parent
3cfc4efba1
commit
435edf4ff4
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue