Skip to content

Commit ff096c9

Browse files
docs(input-password-toggle): update vue import (#3984)
closes #3817
1 parent f8949c0 commit ff096c9

File tree

1 file changed

+1
-1
lines changed
  • static/usage/v8/input-password-toggle/basic

1 file changed

+1
-1
lines changed

static/usage/v8/input-password-toggle/basic/vue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
</template>
77

88
<script setup lang="ts">
9-
import { IonInput, InputPasswordToggle } from '@ionic/vue';
9+
import { IonInput, IonInputPasswordToggle } from '@ionic/vue';
1010
</script>
1111
```

0 commit comments

Comments
 (0)