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