File tree Expand file tree Collapse file tree 4 files changed +40
-0
lines changed Expand file tree Collapse file tree 4 files changed +40
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,16 @@ npm i @vue-hooks-plus/use-immer
16
16
17
17
```
18
18
19
+ ### Auto Import
20
+
21
+ ``` typescript
22
+
23
+ import { VueHooksPlusUseImmerResolver } from ' @vue-hooks-plus/resolvers'
24
+
25
+ ```
26
+
27
+ [ How to use] ( https://inhiblabcore.github.io/docs/hooks/en/guide/#%F0%9F%94%A8-usage )
28
+
19
29
> The ` hook ` is based on ` immer ` management status, ` immer ` will be installed to ensure normal work in the project
20
30
21
31
> Independent installation ` @vue-hooks-plus/use-immer `
Original file line number Diff line number Diff line change @@ -18,6 +18,16 @@ npm i @vue-hooks-plus/use-immer
18
18
19
19
```
20
20
21
+ ### 自动引入
22
+
23
+ ``` typescript
24
+
25
+ import { VueHooksPlusUseImmerResolver } from ' @vue-hooks-plus/resolvers'
26
+
27
+ ```
28
+
29
+ [ 使用方法] ( https://inhiblabcore.github.io/docs/hooks/guide/#%F0%9F%94%A8-%E4%BD%BF%E7%94%A8 )
30
+
21
31
> 该 ` hook ` 基于 ` immer ` 管理状态,会安装 ` immer ` 保证在项目中正常工作
22
32
23
33
> 独立安装 ` @vue-hooks-plus/use-immer `
Original file line number Diff line number Diff line change @@ -16,6 +16,16 @@ npm i @vue-hooks-plus/use-worker
16
16
17
17
```
18
18
19
+ ### Auto Import
20
+
21
+ ``` typescript
22
+
23
+ import { VueHooksPlusUseWorkerResolver } from ' @vue-hooks-plus/resolvers'
24
+
25
+ ```
26
+
27
+ [ How to use] ( https://inhiblabcore.github.io/docs/hooks/en/guide/#%F0%9F%94%A8-usage )
28
+
19
29
## Code demonstration
20
30
21
31
<demo src="./demo/demo.vue"
Original file line number Diff line number Diff line change @@ -18,6 +18,16 @@ npm i @vue-hooks-plus/use-worker
18
18
19
19
```
20
20
21
+ ### 自动引入
22
+
23
+ ``` typescript
24
+
25
+ import { VueHooksPlusUseWorkerResolver } from ' @vue-hooks-plus/resolvers'
26
+
27
+ ```
28
+
29
+ [ 使用方法] ( https://inhiblabcore.github.io/docs/hooks/guide/#%F0%9F%94%A8-%E4%BD%BF%E7%94%A8 )
30
+
21
31
## 代码演示
22
32
23
33
<demo src="./demo/demo.vue"
You can’t perform that action at this time.
0 commit comments