mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-16 11:44:01 +08:00
Tooltip: fix vue-router, fixed #3166
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user