From 6f1bb0a7d0a49486acf3f49475807e2cccd687f0 Mon Sep 17 00:00:00 2001 From: "Alexander I. Chebykin" Date: Mon, 10 Jun 2019 10:04:23 +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 8ded212..59f7e1f 100644 --- a/src/components/TOC.vue +++ b/src/components/TOC.vue @@ -54,12 +54,6 @@ }), mounted () { - /* - fetch("data/toc.json") - .then(res => res.json() - .then(data => this.items = data)) - .catch(err => alert(err)); - */ }, computed: {