Skip to content

Commit 5df01fb

Browse files
committed
fix(select): don't import defineExpose since it's a compiler macro
1 parent 12fe559 commit 5df01fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Indicators.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script setup lang="ts">
2-
import { defineExpose, useTemplateRef } from "vue";
2+
import { useTemplateRef } from "vue";
33
44
import ChevronDownIcon from "./icons/ChevronDownIcon.vue";
55
import XMarkIcon from "./icons/XMarkIcon.vue";

0 commit comments

Comments
 (0)