소스 검색

fix(vite-plugin-styleImport): fix ATextarea 直接引用出现样式导入错误的问题 (#2365)

hunshcn 2 년 전
부모
커밋
4041284345
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      build/vite/plugin/styleImport.ts

+ 1 - 0
build/vite/plugin/styleImport.ts

@@ -49,6 +49,7 @@ export function configStyleImportPlugin(_isBuild: boolean) {
           // 这里是需要额外引入样式的子组件列表
           // 单独引入子组件时需引入组件样式,否则会在打包后导致子组件样式丢失
           const replaceList = {
+            textarea: 'input',
             'typography-text': 'typography',
             'typography-title': 'typography',
             'typography-paragraph': 'typography',