add vh layout

This commit is contained in:
pengfei.zhou
2019-07-24 10:14:17 +08:00
parent 341692f319
commit 9592e9ed3d
13 changed files with 300 additions and 39 deletions

View File

@@ -1,5 +1,4 @@
let __uniqueId__: number = 0
let __uniqueId__ = 0
export function uniqueId(prefix: string) {
return `__${prefix}_${__uniqueId__++}__`;
}