mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-31 08:59:41 +08:00
⬆️ Upgrade: upgrade deps
This commit is contained in:
@@ -1971,7 +1971,7 @@ async function handleClickFile (item: any) {
|
||||
const fileUrl = item.url
|
||||
const res = await axios.get(fileUrl, options)
|
||||
const content = res.data
|
||||
markDownContent.value = marked(content)
|
||||
markDownContent.value = marked.parse(content)
|
||||
isShowMarkDownDialog.value = true
|
||||
} catch (error) {
|
||||
ElMessage.error($T('MANAGE_BUCKET_END_LOADING_MESSAGE_FAIL'))
|
||||
|
||||
Reference in New Issue
Block a user