diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md
index 9f10bba51..e2632b0b2 100644
--- a/CHANGELOG.en-US.md
+++ b/CHANGELOG.en-US.md
@@ -196,7 +196,7 @@ In 2.0, an on-demand introduction method will be adopted:
   </a-buttom>
 </template>
 <script>
-import SmileOutlined from'@ant-design/icons/SmileOutlined';
+import SmileOutlined from'@ant-design/icons-vue/SmileOutlined';
 export default {
   components: {
     SmileOutlined
diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md
index 775ca06f4..4ced0d388 100644
--- a/CHANGELOG.zh-CN.md
+++ b/CHANGELOG.zh-CN.md
@@ -199,7 +199,7 @@
   </a-buttom>
 </template>
 <script>
-import SmileOutlined from '@ant-design/icons/SmileOutlined';
+import SmileOutlined from '@ant-design/icons-vue/SmileOutlined';
 export default {
   components: {
     SmileOutlined