Vben
2021-02-25 8a9ca498d70a0a4f66c073fe869fc6d8a3e79a55
src/utils/uuid.ts
@@ -20,7 +20,7 @@
}
let unique = 0;
export function snowUuid(prefix = ''): string {
export function shortUuid(prefix = ''): string {
  const time = Date.now();
  const random = Math.floor(Math.random() * 1000000000);
  unique++;