需要生成一个绝对唯一的id时使用,此库源于uuid,但uuid体积太大,所以使用nanoid达到同样的效果。 安装 npm install nanoid 在使用的组件中引入 import {nanoid} from 'nanoid' 使用 nanoid()