Refactor #3965 - Refactor on Accordion
parent
349dbae5c7
commit
da42a2c4bd
|
@ -97,7 +97,7 @@ export default {
|
||||||
getTabPT(tab, key, index) {
|
getTabPT(tab, key, index) {
|
||||||
const count = this.tabs.length;
|
const count = this.tabs.length;
|
||||||
const tabMetaData = {
|
const tabMetaData = {
|
||||||
props: tab.props,
|
props: tab.props || {},
|
||||||
parent: {
|
parent: {
|
||||||
props: this.$props,
|
props: this.$props,
|
||||||
state: this.$data
|
state: this.$data
|
||||||
|
|
Loading…
Reference in New Issue