drawer.ts 95 字节
Newer Older
V
vben 已提交
1 2 3 4 5
export default {
  loadingText: '加载中...',
  cancelText: '关闭',
  okText: '确认',
};