Răsfoiți Sursa

chore(sfc-playground): use type defineEmit

Evan You 5 ani în urmă
părinte
comite
2793bc0918
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      packages/sfc-playground/src/codemirror/CodeMirror.vue

+ 1 - 1
packages/sfc-playground/src/codemirror/CodeMirror.vue

@@ -24,7 +24,7 @@ const props = defineProps({
   }
 })
 
-const emit = defineEmit(['change'])
+const emit = defineEmit<(e: 'change', value: string) => void>()
 
 onMounted(() => {
   const addonOptions = {