fix: drawer component header does not take effect (#4844)

This commit is contained in:
Vben
2024-11-09 15:53:17 +08:00
committed by GitHub
parent 8617d3dd1e
commit 4005023fd4
8 changed files with 42 additions and 41 deletions

View File

@@ -3,19 +3,5 @@ import { defineBuildConfig } from 'unbuild';
export default defineBuildConfig({
clean: true,
declaration: true,
entries: [
{
builder: 'mkdist',
input: './src',
loaders: ['vue'],
pattern: ['**/*.vue'],
},
{
builder: 'mkdist',
format: 'esm',
input: './src',
loaders: ['js'],
pattern: ['**/*.ts'],
},
],
entries: ['src/index'],
});