vue中使用前端庫 :nanoid自動生成id

山吹同学發表於2024-03-31

安裝

npm i nanoid

引入

import {nanoid} from "nanoid";

使用

let id=nanoid();

相關文章