Skip to content

Commit

Permalink
update headline
Browse files Browse the repository at this point in the history
  • Loading branch information
larsrickert committed Apr 14, 2024
1 parent c5c0898 commit 5aab872
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/frameworks/vue3-vite/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export type FrameworkOptions = {
* like `tsconfig.app.json`.
* Otherwise docgen might not be generated correctly (e.g. import aliases are not resolved).
*
* For further information, see our [docs](https://storybook.js.org/docs/get-started/vue3-vite#limitations).
* For further information, see our [docs](https://storybook.js.org/docs/get-started/vue3-vite#override-the-default-configuration).
*
* @default "tsconfig.json"
*/
Expand Down
2 changes: 1 addition & 1 deletion docs/get-started/vue3-vite.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ The definition above will generate the following controls:

![Controls generated from exposed properties and methods](./vue-component-meta-exposed-types-controls.png)

### Limitations
### Override the default configuration

If you're working with a project that relies on [`tsconfig references`](https://www.typescriptlang.org/docs/handbook/project-references.html) to link to other existing configuration files (e.g. `tsconfig.app.json`, `tsconfig.node.json`), we recommend that you update your [`.storybook/main.js|ts`](../configure/index.md) configuration file and add the following:

Expand Down

0 comments on commit 5aab872

Please sign in to comment.