uuid生成id

422 阅读1分钟

1安装uuid

 npm install uuid --save

2.引入

import { v4 as uuidv4 } from "uuid";

3.使用

uuidv4()

5.展示:

image.png