UNPKG
th-vue-material
Version:
latest (0.7.2-rc.1)
0.7.2
0.7.2-rc.1
0.7.1
0.7.1-rc.8
0.7.1-rc.7
0.7.1-rc.4
0.7.1-rc.3
0.7.1-rc.2
0.7.1-rc.1
Material Design for Vue.js
vuematerial.github.io
marcosmoura/vue-material
th-vue-material
/
src
/
core
/
utils
/
uniqueId.js
6 lines
(4 loc)
•
100 B
JavaScript
View Raw
1
2
3
4
5
6
const
uniqueId
= (
) => {
return
Math
.
random
().
toString
(
36
).
slice
(
4
); };
export
default
uniqueId;