修改$t为$tn

修改部分函数api的名称
This commit is contained in:
jaylen
2022-11-27 16:58:51 +08:00
parent 72d0c5872a
commit fa70ad608a
92 changed files with 1475 additions and 1461 deletions

View File

@@ -185,7 +185,7 @@
// 点击悬浮按钮的内容
clickFabItem(e) {
this.$t.message.toast(`点击了第 ${e.index} 个选项`)
this.$tn.message.toast(`点击了第 ${e.index} 个选项`)
}
}
@@ -193,4 +193,4 @@
</script>
<style lang="scss" scoped>
</style>
</style>