diff --git a/CHANGELOG.md b/CHANGELOG.md index ac873fa32..c78754b22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ toc: false docClass: timeline --- +## 🌈 1.10.2 `2024-09-24` +### 🐞 Bug Fixes +- 修复`1.10.1`版本中构建产物异常的问题 + ## 🌈 1.10.1 `2024-09-24` ### 🚀 Features diff --git a/package.json b/package.json index bf40aa94f..bcb9d8992 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tdesign-vue", "purename": "tdesign", - "version": "1.10.1", + "version": "1.10.2", "description": "tdesign-vue", "title": "tdesign-vue", "keywords": [ diff --git a/src/select/hooks/style/css.js b/src/select/hooks/style/css.js new file mode 100644 index 000000000..f388879ac --- /dev/null +++ b/src/select/hooks/style/css.js @@ -0,0 +1 @@ +import '../../style/index.css'; diff --git a/src/select/hooks/style/index.js b/src/select/hooks/style/index.js new file mode 100644 index 000000000..4a2e7d583 --- /dev/null +++ b/src/select/hooks/style/index.js @@ -0,0 +1 @@ +import '../../style/index.js';