生成随机 id

yarn add nanoid

import  {nanoid} from ‘nanoid’

nanoid()    生产随机id

原文地址:https://www.cnblogs.com/wsj1/p/15398104.html