Skip to content

Commit 67942e4

Browse files
author
wdZhang
authored
update: about import icon in change log (#3271)
1 parent 28aeea6 commit 67942e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.en-US.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ In 2.0, an on-demand introduction method will be adopted:
196196
</a-buttom>
197197
</template>
198198
<script>
199-
import SmileOutlined from'@ant-design/icons/SmileOutlined';
199+
import SmileOutlined from'@ant-design/icons-vue/SmileOutlined';
200200
export default {
201201
components: {
202202
SmileOutlined

CHANGELOG.zh-CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
</a-buttom>
200200
</template>
201201
<script>
202-
import SmileOutlined from '@ant-design/icons/SmileOutlined';
202+
import SmileOutlined from '@ant-design/icons-vue/SmileOutlined';
203203
export default {
204204
components: {
205205
SmileOutlined

0 commit comments

Comments
 (0)