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 + "-"); - } } }