mirror of
https://gitee.com/TSpecific/tuniao-ui.git
synced 2026-06-07 03:53:57 +08:00
update tuniao-ui/components/tn-action-sheet/tn-action-sheet.vue.
修复$tn变量错误问题 Signed-off-by: wssam <573616439@qq.com>
This commit is contained in:
@@ -139,7 +139,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
elZIndex() {
|
elZIndex() {
|
||||||
return this.zIndex ? this.zIndex : this.$t.zIndex.popup
|
return this.zIndex ? this.zIndex : this.$tn.zIndex.popup
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|||||||
Reference in New Issue
Block a user