Fix vue warning on unnecessary defineEmits import (#1588)

This commit is contained in:
Chenlei Hu
2024-11-18 13:15:16 -05:00
committed by GitHub
parent a8f869337e
commit 26c3eeb942

View File

@@ -7,7 +7,7 @@
</template>
<script setup lang="ts">
import { ref, defineEmits, Ref } from 'vue'
import { ref, Ref } from 'vue'
import { useTerminal } from '@/hooks/bottomPanelTabs/useTerminal'
const emit = defineEmits<{