mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(vue): fix label typo (#22451)
This commit is contained in:
@@ -253,11 +253,11 @@ export class TextareaExample {
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { IonItem, IonLabe, IonTextarea } from '@ionic/vue';
|
||||
import { IonItem, IonLabel, IonTextarea } from '@ionic/vue';
|
||||
import { defineComponent } from 'vue';
|
||||
|
||||
export default defineComponent({
|
||||
components: { IonItem, IonLabe, IonTextarea }
|
||||
components: { IonItem, IonLabel, IonTextarea }
|
||||
});
|
||||
</script>
|
||||
```
|
||||
|
||||
@@ -38,11 +38,11 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { IonItem, IonLabe, IonTextarea } from '@ionic/vue';
|
||||
import { IonItem, IonLabel, IonTextarea } from '@ionic/vue';
|
||||
import { defineComponent } from 'vue';
|
||||
|
||||
export default defineComponent({
|
||||
components: { IonItem, IonLabe, IonTextarea }
|
||||
components: { IonItem, IonLabel, IonTextarea }
|
||||
});
|
||||
</script>
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user