mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-28 16:42:04 +00:00
4 lines
51 B
JavaScript
4 lines
51 B
JavaScript
let idCtr = 0
|
|
|
|
export const nextId = () => ++idCtr
|