diff --git a/docs/components/input-file.md b/docs/components/input-file.md index c9743ed2..7ef5f0f6 100644 --- a/docs/components/input-file.md +++ b/docs/components/input-file.md @@ -25,7 +25,7 @@ Import `` and pass in the `value` prop. import { ref } from 'vue' import SInputFile from '@globalbrain/sefirot/lib/components/SInputFile.vue' -const input = ref(null) +const input = ref(null)