修改$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

@@ -241,7 +241,7 @@
// 点击按钮
clickBtn(event) {
this.show = false
this.$t.message.toast('点击了第'+(event.index + 1)+'个按钮')
this.$tn.message.toast('点击了第'+(event.index + 1)+'个按钮')
}
},
@@ -274,4 +274,4 @@
}
}
}
</style>
</style>