fix: add createcomponents and add doc
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
---
|
||||
title: API
|
||||
toc: menu
|
||||
nav:
|
||||
title: API
|
||||
order: 5
|
||||
---
|
||||
|
||||
In process
|
||||
In process
|
||||
|
@@ -1,9 +1,22 @@
|
||||
---
|
||||
title: API
|
||||
toc: menu
|
||||
nav:
|
||||
title: API
|
||||
order: 5
|
||||
---
|
||||
|
||||
In process
|
||||
## useStoreState
|
||||
|
||||
|
||||
|
||||
#### 传参:
|
||||
|
||||
| 属性名 | 类型 | 说明 |
|
||||
| ---------------------------- | ---------------- | ---- |
|
||||
| config | UserConfig | |
|
||||
| extraFn | Function = () => {} | |
|
||||
| everyFn | Function = () => {} | |
|
||||
|
||||
|
||||
#### 返回值:
|
||||
|
||||
`[IStoreData]`
|
||||
|
||||
|
Reference in New Issue
Block a user