Skip to content

Commit c945899

Browse files
committed
fix(playground): display unused vars eslint rule
1 parent 9c11458 commit c945899

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

playground/Playground.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { ref } from "vue";
44
import VueSelect from "../src/Select.vue";
55
66
const option = ref<string>("");
7+
// eslint-disable-next-line unused-imports/no-unused-vars
78
const options = ref<string[]>([]);
89
</script>
910

0 commit comments

Comments
 (0)