Skip to content

Commit

Permalink
chore: remove defineEmits imports
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Feb 25, 2024
1 parent 920c66a commit 5d835b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/internals/NoteDisplay.vue
@@ -1,5 +1,5 @@
<script setup lang="ts">
import { computed, defineEmits, defineProps, nextTick, onMounted, ref, watch } from 'vue'
import { computed, nextTick, onMounted, ref, watch } from 'vue'
import { CLICKS_MAX } from '../constants'
const props = defineProps<{
Expand Down

0 comments on commit 5d835b8

Please sign in to comment.