refactor: remove import of defineEmits() b/c it's a compiler macro

This commit is contained in:
Settel 2022-08-27 17:47:26 +02:00
parent 3ce802d920
commit 75e0d99ba9

View File

@ -23,7 +23,7 @@
</template> </template>
<script setup lang="ts"> <script setup lang="ts">
import { ref, defineEmits } from 'vue' import { ref } from 'vue'
import contenteditable from 'vue-contenteditable' import contenteditable from 'vue-contenteditable'
import useEngine from '@/composables/useEngine' import useEngine from '@/composables/useEngine'
import type { Quote } from '@/composables/engine.d' import type { Quote } from '@/composables/engine.d'