소스 검색

vuejs emits warn fix

bach 1 년 전
부모
커밋
8e0edfed5b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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 {
 export default {
   props: ['cid'],
   props: ['cid'],
+  emits: ['main_scrolled'],
   data(){
   data(){
     return {
     return {
       headphones_path: mdiHeadphones,
       headphones_path: mdiHeadphones,