UNPKG

@forchange/aui

Version:

ai-boss 业务 ui 组件库

5 lines 113 B
const now = +new Date(); let index = 0; export default function uid() { return `rc-upload-${now}-${++index}`; }