Skip to content

Commit 62ad0b0

Browse files
authored
Merge pull request #81 from TAYUN/patch-5
docs(plugin): update import path for createPlugin
2 parents d951891 + dddca64 commit 62ad0b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resource/04-devtool-plugins/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ interface ApiPlugin {
8888
Here is a simple plugin example for modifying tags.
8989

9090
```ts
91-
import { createPlugin } from '@alova/wormhole';
91+
import { createPlugin } from '@alova/wormhole/plugin';
9292

9393
interface Config {
9494
match: (tag: any) => boolean;

0 commit comments

Comments
 (0)