mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-03-16 22:10:27 +00:00
removed duplicate function
This commit is contained in:
parent
fe7c856eef
commit
1fbca6d702
1 changed files with 0 additions and 3 deletions
|
|
@ -141,9 +141,6 @@
|
|||
this.tabList[tabData.id].active = true;
|
||||
}
|
||||
},
|
||||
registerTab(tabData) {
|
||||
this.$set(this.tabList, tabData.id, tabData);
|
||||
},
|
||||
unregisterTab(tabData) {
|
||||
this.$delete(this.tabList, tabData.id);
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue