mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 09:34:19 +08:00
fix(styleImport): fix RangePicker build error (#1820)
This commit is contained in:
@@ -64,6 +64,7 @@ export function configStyleImportPlugin(_isBuild: boolean) {
|
||||
'layout-footer': 'layout',
|
||||
'layout-header': 'layout',
|
||||
'month-picker': 'date-picker',
|
||||
'range-picker': 'date-picker',
|
||||
};
|
||||
|
||||
return ignoreList.includes(name)
|
||||
|
Reference in New Issue
Block a user