mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-02 12:07:54 +08:00
update: about import icon in change log (#3271)
This commit is contained in:
parent
28aeea6f0b
commit
67942e4ff4
@ -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
|
||||
|
@ -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…
Reference in New Issue
Block a user