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.
1 parent ffe5b12 commit dddca64Copy full SHA for dddca64
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