docs(input): remove pre-filled password example

Resolves #3195
This commit is contained in:
Benjamin Canac
2025-01-29 11:05:31 +01:00
parent 7299b0c603
commit a3cfdb7c12

View File

@@ -1,6 +1,6 @@
<script setup lang="ts">
const show = ref(false)
const password = ref('password')
const password = ref('')
</script>
<template>