fix: add createcomponents and add doc

This commit is contained in:
hufeixiong
2022-08-12 18:10:52 +08:00
parent 929b3a39f5
commit 90a84f033e
8 changed files with 204 additions and 30 deletions

View File

@@ -1,9 +1,22 @@
---
title: API
toc: menu
nav:
title: API
order: 5
---
In process
## useStoreState
#### 传参:
| 属性名 | 类型 | 说明 |
| ---------------------------- | ---------------- | ---- |
| config | UserConfig | |
| extraFn | Function = () => {} | |
| everyFn | Function = () => {} | |
#### 返回值:
`[IStoreData]`