Skip to content

Commit

Permalink
👽️ Fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Dec 14, 2024
1 parent 9ca520b commit 11e160d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/copyableField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
</template>

<script setup lang="ts">
import { useClipboard } from '@vueuse/core'
const props = defineProps<{
value: string
}>()
Expand Down

0 comments on commit 11e160d

Please sign in to comment.