feat: Add count-to demo

feat: Add useWatermark hook and add useWatermark demo
This commit is contained in:
陈凯龙
2022-01-26 14:08:37 +08:00
parent e4b7a76912
commit d3fbd3a06c
10 changed files with 432 additions and 7 deletions

View File

@@ -8,9 +8,7 @@ export const usePageLoading = () => {
}
const loadDone = () => {
setTimeout(() => {
appStore.setPageLoading(false)
}, 1000)
appStore.setPageLoading(false)
}
return {