docs: update icon demo (#510)
parent
0bcf061766
commit
86d1e77fd9
|
@ -14,6 +14,7 @@ Create a reusable Vue component by using `<a-icon :component="{...}" />`. The pr
|
||||||
<heart-icon :style="{ color: 'hotpink' }" />
|
<heart-icon :style="{ color: 'hotpink' }" />
|
||||||
<panda-icon :style="{ fontSize: '32px' }" />
|
<panda-icon :style="{ fontSize: '32px' }" />
|
||||||
</div>
|
</div>
|
||||||
|
</template>
|
||||||
<script>
|
<script>
|
||||||
const HeartSvg = {
|
const HeartSvg = {
|
||||||
template: `
|
template: `
|
||||||
|
|
Loading…
Reference in New Issue