From e82a083c86360cd10a0dce02ebb4970359ac9bdc Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 11 Feb 2022 21:16:15 +0100 Subject: [PATCH] Added tool --- src/views/ToolsDocumentation.vue | 54 +++++++++++++++++++++++--------- 1 file changed, 40 insertions(+), 14 deletions(-) diff --git a/src/views/ToolsDocumentation.vue b/src/views/ToolsDocumentation.vue index f3f3102..a038d33 100644 --- a/src/views/ToolsDocumentation.vue +++ b/src/views/ToolsDocumentation.vue @@ -1,19 +1,44 @@ @@ -21,15 +46,16 @@ // @ is an alias to /src import LayoutMinimal from "@/components/layout/LayoutMinimal"; import BaseTitle from "@/components/base/BaseTitle"; +import BaseSection from "../components/base/BaseSection.vue"; export default { name: "ToolsDocumentation", components: { LayoutMinimal, - BaseTitle + BaseTitle, + BaseSection } }; - +