mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-03-06 14:28:45 -06:00
docs: fix dead link (#3923) [ci skip]
This commit is contained in:
committed by
Haoqun Jiang
parent
032317efd1
commit
5f879c4b5d
@@ -102,7 +102,7 @@ A generator should export a function which receives three arguments:
|
||||
|
||||
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.
|
||||
|
||||
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)).
|
||||
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)).
|
||||
|
||||
3. The entire preset (`presets.foo`) will be passed as the third argument.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user