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

Closed
jemdiggity opened this issue Sep 6, 2024 · 0 comments · Fixed by #3984
Closed

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

jemdiggity opened this issue Sep 6, 2024 · 0 comments · Fixed by #3984
Labels
content Issues related to the contents of the documentation website package: vue Issues related to the Ionic Vue documentation

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
@brandyscarney brandyscarney added the content Issues related to the contents of the documentation website label Dec 31, 2024
@ionitron-bot ionitron-bot bot removed the triage New issues label Dec 31, 2024
@brandyscarney brandyscarney added the package: vue Issues related to the Ionic Vue documentation label Dec 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content Issues related to the contents of the documentation website package: vue Issues related to the Ionic Vue documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants