Skip to content

Commit e893399

Browse files
committed
remove code
1 parent ef5ade6 commit e893399

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/TEditor.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script setup lang="ts">
2-
import {onMounted, PropType, ref, watch} from "vue";
2+
import {PropType, ref} from "vue";
33
import {EditorConfig} from "../types";
44
55
const props = defineProps({
@@ -14,7 +14,6 @@ const _focus = () => {
1414
}
1515
1616
const _close = (flag) => {
17-
InputEvent
1817
emits('close', flag)
1918
}
2019

0 commit comments

Comments
 (0)