Skip to content
Snippets Groups Projects
Footers.vue 655 B
Newer Older
<template>
  <div style="margin: 1.5rem; float: left">
    <h3>Contact Information</h3>
    <p>
      <a href="mailto:ddcode@mpi-cbg.de">ddcode@mpi-cbg.de</a>
    </p>
    <!--        <h3>Reference</h3>-->
    <!--        <p>-->
    <!--            New publication authors will be provided.-->
    <!--            <strong>New publication title will be provided.</strong> Journal Name: ***-***.<br>-->
    <!--            <a href="http://www.ncbi.nlm.nih.gov/pubmed/[id]">[PubMed]</a>-->
    <!--        </p>-->
  </div>
</template>

<script>
export default {
moon's avatar
moon committed
  name: 'Footer',
  mounted: function () {
    // console.log(this.$route.name)
  }
}
</script>