Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jemdiggity opened this issue Sep 6, 2024 · 0 comments
Open

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

jemdiggity opened this issue Sep 6, 2024 · 0 comments
Labels
triage New issues

Comments

@jemdiggity
Copy link

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.

@jemdiggity jemdiggity added the triage New issues label Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage New issues
Projects
None yet
Development

No branches or pull requests

1 participant