Forráskód Böngészése

vuejs emits warn fix

bach 1 éve
szülő
commit
8e0edfed5b
1 módosított fájl, 1 hozzáadás és 0 törlés
  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,