fix: readme path

This commit is contained in:
ex_zhangwenlei@exiot.cmcc
2024-01-20 00:14:59 +08:00
parent 5691dc8c9e
commit b8e934e4ec

View File

@@ -4,7 +4,7 @@ import markdownit from 'markdown-it'
const md = markdownit()
const readmeHtml=ref('')
const readMd=()=>{
fetch('/readme.md')
fetch('/log-lottery/readme.md')
.then(res=>res.text())
.then(res=>{
readmeHtml.value = md.render(res)