MIGRATE app-vue documentation to triconfig

This commit is contained in:
Norbert de Langen 2019-11-26 14:14:36 +01:00
parent fca309b715
commit 76aad659da

View File

@ -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