(component): update

This commit is contained in:
就眠儀式
2022-10-21 22:26:39 +08:00
parent 4393b1c1d2
commit 30b46c141d
5 changed files with 9 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
export default {
input: {
hello: "hello world",
placeholder: "please input",
},
page: {
prev: "prev",

View File

@@ -1,9 +1,9 @@
export default {
input: {
hello: "你好世界",
placeholder: "请输入",
},
page: {
prev: "上一页",
next: "下一页",
},
}
};