fix: update template structure

This commit is contained in:
Sebin Nyshkim 2023-01-19 22:02:37 +01:00
parent 04a3266a88
commit bfe0ca0719

View file

@ -28,9 +28,11 @@ const attributions = [
<section>
<h1>{{ $route.meta.title }}</h1>
<h2>Artwork</h2>
</section>
<AttributionTable :attributions="attributions" />
<section>
<h2>Other</h2>
</section>
<table>
<thead>
<tr>
@ -114,7 +116,6 @@ const attributions = [
</tr>
</tbody>
</table>
</section>
</template>
<style lang="scss"></style>