mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-02-02 18:28:40 +08:00
fix(vite-plugin-styleImport): fix ATextarea 直接引用出现样式导入错误的问题 (#2365)
This commit is contained in:
parent
a12c5706e8
commit
4041284345
@ -49,6 +49,7 @@ export function configStyleImportPlugin(_isBuild: boolean) {
|
|||||||
// 这里是需要额外引入样式的子组件列表
|
// 这里是需要额外引入样式的子组件列表
|
||||||
// 单独引入子组件时需引入组件样式,否则会在打包后导致子组件样式丢失
|
// 单独引入子组件时需引入组件样式,否则会在打包后导致子组件样式丢失
|
||||||
const replaceList = {
|
const replaceList = {
|
||||||
|
textarea: 'input',
|
||||||
'typography-text': 'typography',
|
'typography-text': 'typography',
|
||||||
'typography-title': 'typography',
|
'typography-title': 'typography',
|
||||||
'typography-paragraph': 'typography',
|
'typography-paragraph': 'typography',
|
||||||
|
Loading…
Reference in New Issue
Block a user