mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-22 22:05:50 +00:00
5 lines
100 B
JavaScript
5 lines
100 B
JavaScript
const uniqueId = () => {
|
|
return Math.random().toString(36).slice(4);
|
|
};
|
|
|
|
export default uniqueId;
|