chore: lint

This commit is contained in:
Anthony Fu 2022-05-24 15:24:37 +08:00
parent 503e5b5473
commit d25d32f473

View File

@ -32,9 +32,9 @@ export default defineConfig({
], ],
dts: true, dts: true,
dirs: [ dirs: [
'./src/composables' './src/composables',
], ],
vueTemplate: true vueTemplate: true,
}), }),
// https://github.com/antfu/vite-plugin-components // https://github.com/antfu/vite-plugin-components