Skip to content

content: ion-password-toggle example has bad import statement #3817

Closed
@jemdiggity

Description

@jemdiggity

URL

https://ionicframework.com/docs/api/input-password-toggle

Issue Description

The example under Basic Usage has

<script setup lang="ts">
  import { IonInput, InputPasswordToggle } from '@ionic/vue';
</script>

the 2nd import is wrong. It should be IonInputPasswordToggle.

Cheers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    contentIssues related to the contents of the documentation websitepackage: vueIssues related to the Ionic Vue documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions