mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-15 17:31:43 +08:00
6 lines
78 B
JavaScript
6 lines
78 B
JavaScript
const locale = {
|
|
placeholder: '請選擇時間',
|
|
};
|
|
|
|
export default locale;
|