Skip to content

Commit 1ae6baf

Browse files
committed
docs: remove unused ref
1 parent 57b178c commit 1ae6baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/components/VOptions.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</template>
1717

1818
<script lang="ts">
19-
import { computed, defineComponent, ref } from "vue";
19+
import { computed, defineComponent } from "vue";
2020
export default defineComponent({
2121
props: {
2222
selected: {

0 commit comments

Comments
 (0)