fixed
parent
126e647bf9
commit
bfc8fbf056
|
@ -22,7 +22,7 @@ Anot({
|
||||||
words: 0
|
words: 0
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
fetch('/data/table.txt')
|
fetch('./data/table.txt')
|
||||||
.then(r => r.text())
|
.then(r => r.text())
|
||||||
.then(r => {
|
.then(r => {
|
||||||
// console.log(r)
|
// console.log(r)
|
||||||
|
|
Loading…
Reference in New Issue