Quantcast
Channel: Ionic Forum - Latest posts
Viewing all articles
Browse latest Browse all 230894

Binding icon with :name in SFCs

$
0
0

in Vue (not using <script setup>) I’ve had to do the following using :icon:

<template>
    <IonIcon slot="start" :icon="shareSocialOutline" />
</template>

<script lang="ts">
import { shareSocialOutline } from 'ionicons/icons'

export default {
    setup() {
        return {
            shareSocialOutline
        }
   }
}

Viewing all articles
Browse latest Browse all 230894

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>