Cleanup: Potpourri PR of small changes that reduce the warning noise (#5128)

* fix: [@vue/compiler-sfc] defineModel is a compiler macro and no longer needs to be imported.

* fix: Duplicate name conflict/warning from unplugin-vue-components

* fix: enforce correct line endings for the commonjs and esm variants via git
This commit is contained in:
Alexander Brown
2025-08-25 12:03:01 -07:00
committed by GitHub
parent f79a5dc6a8
commit 73f7e1108a
3 changed files with 8 additions and 3 deletions

View File

@@ -136,7 +136,8 @@ export default defineConfig({
],
dirs: ['src/components', 'src/layout', 'src/views'],
deep: true,
extensions: ['vue']
extensions: ['vue'],
directoryAsNamespace: true
})
],