5 lines
64 B
TypeScript
5 lines
64 B
TypeScript
|
|
export default {
|
||
|
|
cancelText: '关闭',
|
||
|
|
okText: '确认',
|
||
|
|
};
|