♻️ Write documentation

This commit is contained in:
Freeze455
2021-10-06 18:21:19 +02:00
parent 1d08e5c826
commit b5caf828b5

View File

@@ -15,6 +15,6 @@ import { onMounted, ref } from 'vue'
const data = ref('')
onMounted(async () => {
data.value = await useDocumentation(markdownEndpoint.DEPLOYMENT)
data.value = await useDocumentation(markdownEndpoint.ADDON)
})
</script>