Browse Source

update: about import icon in change log (#3271)

pull/3274/head
wdZhang 4 years ago committed by GitHub
parent
commit
67942e4ff4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      CHANGELOG.en-US.md
  2. 2
      CHANGELOG.zh-CN.md

2
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

2
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

Loading…
Cancel
Save