Skip to content

Commit f368a7c

Browse files
committed
chore(component): add ref import path
1 parent eedb2c7 commit f368a7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/runtime/components/PUInput.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
</template>
2828

2929
<script lang="ts" setup>
30+
import { ref } from 'vue'
31+
3032
defineProps<{
3133
disabled?: boolean
3234
placeholder?: string

0 commit comments

Comments
 (0)