refactor: remove import of defineEmits() b/c it's a compiler macro
This commit is contained in:
parent
3ce802d920
commit
75e0d99ba9
@ -23,7 +23,7 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { ref, defineEmits } from 'vue'
|
||||
import { ref } from 'vue'
|
||||
import contenteditable from 'vue-contenteditable'
|
||||
import useEngine from '@/composables/useEngine'
|
||||
import type { Quote } from '@/composables/engine.d'
|
||||
|
Loading…
Reference in New Issue
Block a user