Skip to content

Commit 5f879c4

Browse files
kazuponhaoqunjiang
authored andcommitted
docs: fix dead link (#3923) [ci skip]
1 parent 032317e commit 5f879c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dev-guide/plugin-dev.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ A generator should export a function which receives three arguments:
102102

103103
And if the user creates a project using the `foo` preset, then the generator of `@vue/cli-plugin-foo` will receive `{ option: 'bar' }` as its second argument.
104104

105-
For a 3rd party plugin, the options will be resolved from the prompts or command line arguments when the user executes `vue invoke` (see [Prompts for 3rd party plugins](#prompts-for-3rd-party-plugins)).
105+
For a 3rd party plugin, the options will be resolved from the prompts or command line arguments when the user executes `vue invoke` (see [Prompts](#prompts)).
106106

107107
3. The entire preset (`presets.foo`) will be passed as the third argument.
108108

0 commit comments

Comments
 (0)