You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dev-guide/ui-api.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -594,7 +594,7 @@ Displays multiple switches.
594
594
595
595
In your vue-cli plugin, you may already have a `prompts.js` file which asks the user a few questions when installing the plugin (with the CLI or the UI). You can add the additional UI-only fields (see above) to those prompt objects as well so they will provide more information if the user is using the UI.
596
596
597
-
**⚠️ Currently, the inquirer types which aren't supported (see above) whill not work properly in the UI.**
597
+
**⚠️ Currently, the inquirer types which aren't supported (see above) will not work properly in the UI.**
598
598
599
599
## Client addon
600
600
@@ -696,7 +696,7 @@ api.addClientAddon({
696
696
697
697
This will use the nodejs `require.resolve` API to find the folder and serve the `index.js` file built from the client addon.
698
698
699
-
Or specify an url when developping the plugin (ideally you want to do this in the `vue-cli-ui.js` file in your test vue project):
699
+
Or specify an url when developing the plugin (ideally you want to do this in the `vue-cli-ui.js` file in your test vue project):
0 commit comments