master
yutent 2022-03-11 12:15:23 +08:00
parent 126e647bf9
commit bfc8fbf056
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ Anot({
words: 0
},
mounted() {
fetch('/data/table.txt')
fetch('./data/table.txt')
.then(r => r.text())
.then(r => {
// console.log(r)