refactor(style): updated linter config

This commit is contained in:
Corentin Thomasset 2022-04-15 23:10:47 +02:00
parent 39746e07c5
commit 6b58ec554a
No known key found for this signature in database
GPG key ID: DBD997E935996158
27 changed files with 1144 additions and 571 deletions

View file

@ -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>