From 644a854843d1dee3cfb797d090d9b24da0a42cb8 Mon Sep 17 00:00:00 2001 From: "Alexander I. Chebykin" Date: Mon, 10 Jun 2019 10:08:39 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20'src/App.vue'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/App.vue b/src/App.vue index 946e716..53df1a5 100644 --- a/src/App.vue +++ b/src/App.vue @@ -54,12 +54,6 @@ mounted () { this.$refs.LoadingDialog.dialog = true; - /* - fetch("data/toc.json") - .then(res => res.json() - .then(data => this.$refs.TOC.items = data)) - .catch(err => alert(err)); - */ this.axios.get("data/start.html") .then(response => {