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>
|
<section>
|
||||||
<h1>{{ $route.meta.title }}</h1>
|
<h1>{{ $route.meta.title }}</h1>
|
||||||
<h2>Artwork</h2>
|
<h2>Artwork</h2>
|
||||||
|
</section>
|
||||||
<AttributionTable :attributions="attributions" />
|
<AttributionTable :attributions="attributions" />
|
||||||
|
<section>
|
||||||
<h2>Other</h2>
|
<h2>Other</h2>
|
||||||
|
</section>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -114,7 +116,6 @@ const attributions = [
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</section>
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style lang="scss"></style>
|
<style lang="scss"></style>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue