File tree 2 files changed +2
-2
lines changed
src/packages/__VUE/tabpane
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ export default create({
30
30
const paneStyle = computed (() => {
31
31
return {
32
32
display:
33
- parentOption .animatedTime .value == 0 && props .paneKey != parentOption .activeKey .value ? ' none' : undefined
33
+ parentOption ? .animatedTime .value == 0 && props .paneKey != parentOption ? .activeKey .value ? ' none' : undefined
34
34
} as CSSProperties
35
35
})
36
36
return {
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ export default create({
30
30
const paneStyle = computed (() => {
31
31
return {
32
32
display:
33
- parentOption .animatedTime .value == 0 && props .paneKey != parentOption .activeKey .value ? ' none' : undefined
33
+ parentOption ? .animatedTime .value == 0 && props .paneKey != parentOption ? .activeKey .value ? ' none' : undefined
34
34
} as CSSProperties
35
35
})
36
36
return {
You can’t perform that action at this time.
0 commit comments