Skip to content
Snippets Groups Projects
Commit d9066e3d authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

put the href attribute to the correct place

parent 661fc340
Branches
Tags
1 merge request!222Refseq no sys
Pipeline #122738 waiting for manual action
......@@ -171,8 +171,8 @@ const moleculeFormat: Ref<string> = ref("pdb")
class="ml-1" v-bind="props"></v-btn>
</template>
<v-list>
<v-list-item v-for="(item, index) in refinedDataUrls" :key="index" :value="index">
<v-list-item-title :href="item">{{ item }}</v-list-item-title>
<v-list-item v-for="(item, index) in refinedDataUrls" :key="index" :value="index" :href="item">
<v-list-item-title>{{ item }}</v-list-item-title>
</v-list-item>
</v-list>
</v-menu>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment