mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
docs(vue): update component usage examples for vue 3 (#22050)
This commit is contained in:
@ -23,4 +23,13 @@
|
||||
</ion-item>
|
||||
</ion-list>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { IonItem, IonLabel, IonList, IonNote } from '@ionic/vue';
|
||||
import { defineComponent } from 'vue';
|
||||
|
||||
export default defineComponent({
|
||||
components: { IonItem, IonLabel, IonList, IonNote }
|
||||
});
|
||||
</script>
|
||||
```
|
||||
|
Reference in New Issue
Block a user