We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c11458 commit c945899Copy full SHA for c945899
playground/Playground.vue
@@ -4,6 +4,7 @@ import { ref } from "vue";
4
import VueSelect from "../src/Select.vue";
5
6
const option = ref<string>("");
7
+// eslint-disable-next-line unused-imports/no-unused-vars
8
const options = ref<string[]>([]);
9
</script>
10
0 commit comments