From c07a76180b33396ffb7429df665d553bd5b1eb4e Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Mon, 23 Apr 2018 20:04:20 +0200 Subject: [PATCH] docs(ui): typo --- docs/plugin-dev-ui.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: