From 4e10d64554fdb3fe2097e4080b521bed690a5c5f Mon Sep 17 00:00:00 2001 From: Freeze455 Date: Wed, 6 Oct 2021 18:08:53 +0200 Subject: [PATCH] :pencil: Write documentation --- .../modules/documentation/base/Command.vue | 84 +++---------------- 1 file changed, 13 insertions(+), 71 deletions(-) diff --git a/src/templates/modules/documentation/base/Command.vue b/src/templates/modules/documentation/base/Command.vue index 67d845b..f73b2d9 100644 --- a/src/templates/modules/documentation/base/Command.vue +++ b/src/templates/modules/documentation/base/Command.vue @@ -1,78 +1,20 @@ +const data = ref('') +onMounted(async () => { + data.value = await useDocumentation(markdownEndpoint.COMMAND) +}) + \ No newline at end of file