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