Изменить 'src/App.vue'

This commit is contained in:
Alexander I. Chebykin 2019-06-10 10:08:39 +03:00
parent 8cbe195fb4
commit 644a854843

View File

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