fix: menu的国际化demo

This commit is contained in:
2023-11-24 14:21:35 +08:00
parent be5c7c5858
commit 929d52ecad
12 changed files with 75 additions and 13 deletions

View File

@@ -0,0 +1,6 @@
export default {
'placeholder': {
'fuzzy_search': '模糊搜索',
'owning_system': '所属系统'
}
}