Explorar o código

vuejs emits warn fix

bach hai 1 ano
pai
achega
8e0edfed5b
Modificáronse 1 ficheiros con 1 adicións e 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,