mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 12:35:30 +02:00
fix vue components config
This commit is contained in:
parent
5031c76141
commit
2f23d15d77
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ export default defineConfig(({ mode }) => ({
|
|||
dirs: ['src/components'],
|
||||
extensions: ['vue', 'ts'],
|
||||
include: [/\.vue$/, /\.[tj]s$/],
|
||||
globsExclude: ['src/**/*.stories.*'],
|
||||
excludeNames: [/\.stories/],
|
||||
directoryAsNamespace: true,
|
||||
collapseSamePrefixes: true,
|
||||
}),
|
||||
|
|
|
|||
Loading…
Reference in a new issue