This website requires JavaScript.
Explore
Help
Sign In
yudao
/
admin-vben
mirror of
https://gitee.com/yudaocode/yudao-ui-admin-vben.git
Watch
3
Star
0
Fork
You've already forked admin-vben
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
16ed5a05ba
admin-vben
/
packages
/
locales
/
src
/
helper.ts
9 lines
127 B
TypeScript
Raw
Blame
History
/**
* 没有任何实际作用,只用于 IDE 对I18的提示
*/
function
$t
(
key
:
string
)
{
return
key
;
}
export
{
$t
}
;
Reference in New Issue
View Git Blame
Copy Permalink