Explorar el Código

fix: 添加缺少的emits属性

hkshu12 hace 5 años
padre
commit
d98622bdca
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/components/BugAddDrawer.vue

+ 1 - 0
src/components/BugAddDrawer.vue

@@ -57,6 +57,7 @@ import { BugListAPI } from '../api';
 
 export default {
   name: 'BugAddDrawer',
+  emits: ['finish-add'],
   data() {
     return {
       showDrawer: false,