mirror of
https://github.com/nuxt/nuxt.git
synced 2025-03-02 00:43:23 +00:00
4 lines
51 B
JavaScript
4 lines
51 B
JavaScript
|
let idCtr = 0
|
||
|
|
||
|
export const nextId = () => ++idCtr
|