update tuniao-ui/components/tn-action-sheet/tn-action-sheet.vue.

修复$tn变量错误问题

Signed-off-by: wssam <573616439@qq.com>
This commit is contained in:
wssam
2024-03-29 14:50:05 +00:00
committed by Gitee
parent 42f04770c4
commit ba4690b114

View File

@@ -139,7 +139,7 @@
}
},
elZIndex() {
return this.zIndex ? this.zIndex : this.$t.zIndex.popup
return this.zIndex ? this.zIndex : this.$tn.zIndex.popup
}
},
methods: {