From 8e0edfed5b6b93bb3277f2da371cb19e8d3e8ed8 Mon Sep 17 00:00:00 2001 From: bach Date: Tue, 16 Jan 2024 16:01:27 +0100 Subject: [PATCH] vuejs emits warn fix --- src/components/layout/CartoucheLayout.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/layout/CartoucheLayout.vue b/src/components/layout/CartoucheLayout.vue index fe4e1b2..fd012e3 100644 --- a/src/components/layout/CartoucheLayout.vue +++ b/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,