From 76aad659da6164ba90333c366a9a3eb7d9b142a3 Mon Sep 17 00:00:00 2001 From: Norbert de Langen Date: Tue, 26 Nov 2019 14:14:36 +0100 Subject: [PATCH] MIGRATE app-vue documentation to triconfig --- app/vue/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/vue/README.md b/app/vue/README.md index 97c17bdc33..d9fb66ea93 100644 --- a/app/vue/README.md +++ b/app/vue/README.md @@ -28,7 +28,7 @@ You can also build a [static version](https://storybook.js.org/basics/exporting- ## Vue Notes -- When using global custom components or extension (e.g `Vue.use`). You will need to declare those in the `./storybook/config.js`. +- When using global custom components or extension (e.g `Vue.use`). You will need to declare those in the `./storybook/preview.js`. ## Known Limitations