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>
|
</a-buttom>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
import SmileOutlined from'@ant-design/icons/SmileOutlined';
|
import SmileOutlined from'@ant-design/icons-vue/SmileOutlined';
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
SmileOutlined
|
SmileOutlined
|
||||||
|
|
|
@ -199,7 +199,7 @@
|
||||||
</a-buttom>
|
</a-buttom>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
import SmileOutlined from '@ant-design/icons/SmileOutlined';
|
import SmileOutlined from '@ant-design/icons-vue/SmileOutlined';
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
SmileOutlined
|
SmileOutlined
|
||||||
|
|
Loading…
Reference in New Issue