Skip to content

Commit

Permalink
fix: warning tips
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakaryCode committed Sep 5, 2023
1 parent 426e543 commit c922358
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/test-utils/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ npm i @tarojs/test-utils-vue3 --save
npm i @tarojs/test-utils-vue --save
```

⚠️ `@tarojs/plugin-platform-h5`为前置 peerDependencies,请勿删除该依赖申明
:::warning 注意
`@tarojs/plugin-platform-h5`为前置 peerDependencies,请勿删除该依赖申明
:::

## 使用

Expand Down
4 changes: 3 additions & 1 deletion versioned_docs/version-3.x/test-utils/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ npm i @tarojs/test-utils-vue3 --save
npm i @tarojs/test-utils-vue --save
```

⚠️ `@tarojs/plugin-platform-h5`为前置 peerDependencies,请勿删除该依赖申明
:::warning 注意
`@tarojs/plugin-platform-h5`为前置 peerDependencies,请勿删除该依赖申明
:::

## 使用

Expand Down

0 comments on commit c922358

Please sign in to comment.