Portage du site sous vuejs #232

Merged
kazhnuz merged 29 commits from vue-remake into master 2023-02-08 12:45:46 +01:00
Showing only changes of commit fd731c447d - Show all commits

View file

@ -11,7 +11,7 @@ const htmlContent = ref("");
onMounted(() => {
axios
.get(`${props.path}.md`)
.get(`/${props.path}.md`)
.then((response) => (htmlContent.value = marked.parse(response.data)))
.catch(
() =>