feat: Add count-to demo
feat: Add useWatermark hook and add useWatermark demo
This commit is contained in:
@@ -8,9 +8,7 @@ export const usePageLoading = () => {
|
||||
}
|
||||
|
||||
const loadDone = () => {
|
||||
setTimeout(() => {
|
||||
appStore.setPageLoading(false)
|
||||
}, 1000)
|
||||
appStore.setPageLoading(false)
|
||||
}
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user