//首先安装npm i nanoid

import {nanoid} from 'nanoid'  

{id:nanoid(),name,age}  //nanoid 是js自带的函数用来产生唯一id值

 

相关文章: