Skip to content

Commit 21f1e77

Browse files
committed
chore: update plugin api doc
1 parent 610b0e2 commit 21f1e77

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/plugins/api.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
Plugins API for easier DevTools integrations.
44

5+
:::tip
6+
7+
Since v7.3.0, we are fully compatible with the v6 plugin API. You can check out the [API documentation](https://devtools.vuejs.org/plugin/api-reference.html) here.
8+
:::
9+
510
## Installation
611

712
::: code-group
@@ -114,7 +119,3 @@ onDevToolsClientConnected(() => {
114119
console.log('devtools client connected')
115120
})
116121
```
117-
118-
:::tip
119-
For the [Legacy DevTools API](https://devtools.vuejs.org/plugin/api-reference.html), we have provided a certain level of compatibility, but cannot guarantee complete compatibility.
120-
:::

0 commit comments

Comments
 (0)