Skip to content

Commit b0f3635

Browse files
committed
fix(docs): invalid getting-started ref
closes #4
1 parent ceea710 commit b0f3635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import "vue3-select-component/dist/style.css";
4141
import { ref } from "vue";
4242
import VueSelect from "vue3-select-component";
4343
44-
const selected = ref<string | null>(null);
44+
const selected = ref("");
4545
</script>
4646
4747
<template>

0 commit comments

Comments
 (0)