Skip to content

Commit

Permalink
docs(input): remove pre-filled password example
Browse files Browse the repository at this point in the history
Resolves #3195
  • Loading branch information
benjamincanac committed Jan 29, 2025
1 parent 7299b0c commit a3cfdb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script setup lang="ts">
const show = ref(false)
const password = ref('password')
const password = ref('')
</script>

<template>
Expand Down

0 comments on commit a3cfdb7

Please sign in to comment.