aboutsummaryrefslogtreecommitdiff
path: root/src/layouts/tool.layout.vue
diff options
context:
space:
mode:
authorGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2022-04-15 23:10:47 +0200
committerGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2022-04-15 23:10:47 +0200
commit6b58ec554a0de91139f16d67cec42536d093d5fb (patch)
tree3bebdbcf4fab37692397b57ff62440ad4e0f1a83 /src/layouts/tool.layout.vue
parent39746e07c53c22ac132ad2aaf25dd71bb6458cde (diff)
downloadit-tools-6b58ec554a0de91139f16d67cec42536d093d5fb.tar.gz
it-tools-6b58ec554a0de91139f16d67cec42536d093d5fb.tar.zst
it-tools-6b58ec554a0de91139f16d67cec42536d093d5fb.zip
refactor(style): updated linter config
Diffstat (limited to 'src/layouts/tool.layout.vue')
-rw-r--r--src/layouts/tool.layout.vue22
1 files changed, 12 insertions, 10 deletions
diff --git a/src/layouts/tool.layout.vue b/src/layouts/tool.layout.vue
index 2705a50..edb95a1 100644
--- a/src/layouts/tool.layout.vue
+++ b/src/layouts/tool.layout.vue
@@ -24,17 +24,19 @@ useHead(head)
</script>
<template>
- <base-layout>
- <div class="tool-layout">
- <div class="tool-header">
- <n-h1>{{ route.meta.name }}</n-h1>
- <div class="separator" />
- <div class="description">{{ route.meta.description }}</div>
- </div>
-
- <slot />
+ <base-layout>
+ <div class="tool-layout">
+ <div class="tool-header">
+ <n-h1>{{ route.meta.name }}</n-h1>
+ <div class="separator" />
+ <div class="description">
+ {{ route.meta.description }}
</div>
- </base-layout>
+ </div>
+
+ <slot />
+ </div>
+ </base-layout>
</template>
<style lang="less" scoped>