fix: readme path
This commit is contained in:
@@ -4,7 +4,7 @@ import markdownit from 'markdown-it'
|
|||||||
const md = markdownit()
|
const md = markdownit()
|
||||||
const readmeHtml=ref('')
|
const readmeHtml=ref('')
|
||||||
const readMd=()=>{
|
const readMd=()=>{
|
||||||
fetch('/readme.md')
|
fetch('/log-lottery/readme.md')
|
||||||
.then(res=>res.text())
|
.then(res=>res.text())
|
||||||
.then(res=>{
|
.then(res=>{
|
||||||
readmeHtml.value = md.render(res)
|
readmeHtml.value = md.render(res)
|
||||||
|
|||||||
Reference in New Issue
Block a user