Browse Source

vuejs emits warn fix

bach 1 năm trước cách đây
mục cha
commit
8e0edfed5b
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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,