1. download uuid
2. 使用
import { v4 as uuidv4 } from 'uuid';
...
const item = {
id: uuidv4(),
name: "",
}
1. download uuid
2. 使用
import { v4 as uuidv4 } from 'uuid';
...
const item = {
id: uuidv4(),
name: "",
}