We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d951891 + dddca64 commit 62ad0b0Copy full SHA for 62ad0b0
docs/resource/04-devtool-plugins/README.md
@@ -88,7 +88,7 @@ interface ApiPlugin {
88
Here is a simple plugin example for modifying tags.
89
90
```ts
91
-import { createPlugin } from '@alova/wormhole';
+import { createPlugin } from '@alova/wormhole/plugin';
92
93
interface Config {
94
match: (tag: any) => boolean;
0 commit comments