Explorar el Código

vuejs emits warn fix

bach hace 1 año
padre
commit
8e0edfed5b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/components/layout/CartoucheLayout.vue

+ 1 - 0
src/components/layout/CartoucheLayout.vue

@@ -8,6 +8,7 @@ import { mdiHeadphones } from '@mdi/js';
 
 export default {
   props: ['cid'],
+  emits: ['main_scrolled'],
   data(){
     return {
       headphones_path: mdiHeadphones,