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