Skip to content

Commit 0f84a85

Browse files
committed
fix: fix docs build
1 parent 7b87b9f commit 0f84a85

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ $ npm install --save vue-hooks-plus
3636
$ yarn add vue-hooks-plus
3737
```
3838

39-
## 🔨 Usage
39+
## 🔨 Usage
4040

4141
```typescript
4242
import { useRequest } from 'vue-hooks-plus'
@@ -54,5 +54,3 @@ hooks Dir
5454
npm run initial
5555
npm run docs:dev
5656
```
57-
58-
Note: You need to initialize before starting the document project. Due to the plug-ins, `useAsyncOrder`, `useBoolean` and `useCookieState` initialization will be open, so you need to manually go to the md file in the current folder to save it. The plug-in will listen for the save operation and will be repaired later.

README.zh-CN.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@
1212
-webkit-background-clip: text;-webkit-text-fill-color: transparent;">VueHooks Plus</h1>
1313

1414
[English](https://github.com/InhiblabCore/vue-hooks-plus/tree/master/README.md) | 简体中文
15+
1516
</div>
1617

1718
## 📚 文档
1819

19-
[在线文档📒](http://43.138.187.142:9000/vue-hooks-plus/docs/)
20+
[在线文档 📒](http://43.138.187.142:9000/vue-hooks-plus/docs/)
2021

2122
## ✨ 特性
2223

@@ -35,7 +36,7 @@ $ npm install --save vue-hooks-plus
3536
$ yarn add vue-hooks-plus
3637
```
3738

38-
## 🔨 使用
39+
## 🔨 使用
3940

4041
```typescript
4142
import { useRequest } from 'vue-hooks-plus'
@@ -53,5 +54,3 @@ hooks 目录下
5354
npm run initial
5455
npm run docs:dev
5556
```
56-
57-
注意: 需要先初始化再启动文档项目,由于插件原因 `useAsyncOrder``useBoolean``useCookieState` 初始化会出现空缺状态,需要手动去到当前文件夹内的md文件中进行保存,插件会监听保存操作,后续会进行修复。

0 commit comments

Comments
 (0)