Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dlhandsome authored Oct 11, 2024
1 parent 80c2980 commit 5ae9ff2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/runtime/plugin-vconsole/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ npm install @we-debug/plugin-vconsole --save-dev
## 使用

```javascript
import weDebug from '@we-debug/core/libs/index'
import RouterPlugin from '@we-debug/plugin-vconsole'
import weDebug from '@we-debug/miniprogram'
import VConsolePlugin from '@we-debug/plugin-vconsole'

weDebug.use(RouterPlugin, { someOption })
weDebug.use(VConsolePlugin, { someOption })
```

## 配置
Expand Down

0 comments on commit 5ae9ff2

Please sign in to comment.