add vh layout
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
let __uniqueId__: number = 0
|
||||
|
||||
let __uniqueId__ = 0
|
||||
export function uniqueId(prefix: string) {
|
||||
return `__${prefix}_${__uniqueId__++}__`;
|
||||
}
|
Reference in New Issue
Block a user