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 => {