Skip to content
Snippets Groups Projects
Commit f267f619 authored by David Mendez's avatar David Mendez
Browse files

Start to add link to section in report card title

parent a4e9c4c6
No related branches found
No related tags found
1 merge request!5Add compounds and target browser mockups
<template>
<v-container>
<v-row>
<v-col cols="9">
<v-col cols="11" md="9">
<h1 class="primary--text">{{ reportCardStructure.title }}</h1>
<v-divider />
<br />
......@@ -15,7 +15,7 @@
<v-divider />
</div>
</v-col>
<v-col cols="3">
<v-col cols="1" md="3">
<Navigator :report-card-structure="reportCardStructure" />
</v-col>
</v-row>
......
<template>
<div>
<div :id="sectionDescription.id">
<v-row>
<v-col cols="12">
<h2 class="primary--text">{{ sectionDescription.title }}</h2>
<div class="d-flex">
<a :href="`#${sectionDescription.id}`">
<v-icon>mdi-link</v-icon>
</a>
<h2 class="primary--text">{{ sectionDescription.title }}</h2>
</div>
</v-col>
</v-row>
......
import utils from '~/web-components-submodule/store/utils.js'
export default utils
Subproject commit 385fa6dc5344d239c49b48aef959bd6c1df2ff77
Subproject commit 8cb7155b29bc9d533d0704f794718ad37a160a31
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment