From 9aa2e6892720f26c4a4c4d1d9cf3ad4e80b763cf Mon Sep 17 00:00:00 2001 From: Freeze455 Date: Wed, 6 Oct 2021 18:09:39 +0200 Subject: [PATCH] :pencil: Write documentation --- .../documentation/base/PartialHooks.vue | 104 +++--------------- 1 file changed, 13 insertions(+), 91 deletions(-) diff --git a/src/templates/modules/documentation/base/PartialHooks.vue b/src/templates/modules/documentation/base/PartialHooks.vue index fb77a7d..0accb4d 100644 --- a/src/templates/modules/documentation/base/PartialHooks.vue +++ b/src/templates/modules/documentation/base/PartialHooks.vue @@ -1,98 +1,20 @@ +const data = ref('') +onMounted(async () => { + data.value = await useDocumentation(markdownEndpoint.APPLICATION_HOOK) +}) + \ No newline at end of file