vue中使用uuid随机生成id2022-03-28 本文已影响0人 IssunRadiance第一步:安装以来 npm install -S uuid 第二步:在需要使用的组件中引用 import { v4 } from 'uuid' 第三步: 就可以直接使用啦 this.uuId = v4()