Skip to content

Commit

Permalink
Merge pull request #73 from Lohoyo/master
Browse files Browse the repository at this point in the history
fix: 修复使用 AutoComplete 组件时编译报错的问题
  • Loading branch information
jinzhan authored Sep 9, 2021
2 parents 9f61938 + 1098a4a commit 81c13a0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@

---

## 1.0.13
`2021-09-02`
- AutoComplete
- 🐞 修复使用该组件会导致编译报错的问题 [#73](https://github.com/ecomfe/santd/pull/73)

## 1.0.12
`2021-08-20`
- PageHeader
Expand Down
2 changes: 1 addition & 1 deletion src/auto-complete/style/index.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import "../../core/styles/themes/default";
@import "../../core/styles/mixins/index";
@import "../../input/style/index";
@import "../../input/style/index"; /* style-no-remove */
@import "../../select/style/index";

@input-prefix-cls: ~"@{ant-prefix}-input";
Expand Down
2 changes: 1 addition & 1 deletion src/popconfirm/style/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
* @file 组件样式入口
*/
import '../../core/styles/index';
import '../../popover/style/index';/*style-no-remove*/
import '../../popover/style/index'; /* style-no-remove */

0 comments on commit 81c13a0

Please sign in to comment.