From 8cbe195fb4d8e0dda9e6dae96ed3a601128d7542 Mon Sep 17 00:00:00 2001 From: "Alexander I. Chebykin" Date: Mon, 10 Jun 2019 10:05:15 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A7=D0=B8=D1=81=D1=82=D0=BA=D0=B0=20=D0=BA?= =?UTF-8?q?=D0=BE=D0=B4=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TOC.vue | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/components/TOC.vue b/src/components/TOC.vue index 59f7e1f..40c3cf8 100644 --- a/src/components/TOC.vue +++ b/src/components/TOC.vue @@ -65,12 +65,6 @@ }, methods: { - }, - - watch: { - active (val) { - //if (val.length) alert("-" + val + "-"); - } } }