diff --git a/docs/plugin-dev-ui.md b/docs/plugin-dev-ui.md index ee9370fa5..632950db6 100644 --- a/docs/plugin-dev-ui.md +++ b/docs/plugin-dev-ui.md @@ -299,7 +299,7 @@ module.exports = { The `clientAddonConfig` method will generate the needed vue-cli configuration. Among other things, it disables CSS extraction and outputs the code to `./dist/index.js` in the client addon folder. -**⚠️ Don't forget to replace `` in the `baseUrl` field with the id of your new client addon!** +**⚠️ Don't forget to replace `` in the `id` field with the id of your new client addon!** Then modify the `.eslintrc.json` file to add some allowed global objects: