update: about import icon in change log (#3271)
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