From 3268b1881a863b0e895b76905d772ed4fd788971 Mon Sep 17 00:00:00 2001 From: Freeze455 Date: Wed, 6 Oct 2021 18:09:14 +0200 Subject: [PATCH] :pencil: Write documentation --- .../documentation/base/Environment.vue | 180 ++---------------- 1 file changed, 13 insertions(+), 167 deletions(-) diff --git a/src/templates/modules/documentation/base/Environment.vue b/src/templates/modules/documentation/base/Environment.vue index 3b6d101..819b05b 100644 --- a/src/templates/modules/documentation/base/Environment.vue +++ b/src/templates/modules/documentation/base/Environment.vue @@ -1,174 +1,20 @@ +const data = ref('') +onMounted(async () => { + data.value = await useDocumentation(markdownEndpoint.ENVIRONMENT) +}) + \ No newline at end of file