From 684b572216a63b915ebadcf5b0bb28b28d81caf3 Mon Sep 17 00:00:00 2001 From: Shiny Nematoda Date: Mon, 27 Mar 2023 19:10:53 +0000 Subject: [PATCH] Fix emit --- src/components/Playlists.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Playlists.vue b/src/components/Playlists.vue index 3911290..39141ad 100644 --- a/src/components/Playlists.vue +++ b/src/components/Playlists.vue @@ -19,7 +19,7 @@ function isHandle(el) { } function handleClick(e) { - if (!isHandle(e.target)) $emit('playthis', plurl) + if (!isHandle(e.target)) emit('playthis', plurl) } function setCanDrag(e) {