Изменить 'src/App.vue'
This commit is contained in:
parent
8cbe195fb4
commit
644a854843
@ -54,12 +54,6 @@
|
|||||||
|
|
||||||
mounted () {
|
mounted () {
|
||||||
this.$refs.LoadingDialog.dialog = true;
|
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")
|
this.axios.get("data/start.html")
|
||||||
.then(response => {
|
.then(response => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user