fix: update template structure
This commit is contained in:
parent
04a3266a88
commit
bfe0ca0719
1 changed files with 87 additions and 86 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue