Skip to content

Commit

Permalink
docs(input-password-toggle): update vue import
Browse files Browse the repository at this point in the history
closes #3817
  • Loading branch information
brandyscarney committed Dec 31, 2024
1 parent f8949c0 commit 70d6092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/usage/v8/input-password-toggle/basic/vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
</template>

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

0 comments on commit 70d6092

Please sign in to comment.