Skip to content
Snippets Groups Projects
ProteinExample.vue 314 B
Newer Older
HongKee Moon's avatar
HongKee Moon committed
<template>
moon's avatar
moon committed
  <protein-detail-page protein-id="A0A1I9LRM4" />
HongKee Moon's avatar
HongKee Moon committed
</template>

<script>
moon's avatar
moon committed
import ProteinDetailPage from '@/components/ProteinDetailPage.vue'
HongKee Moon's avatar
HongKee Moon committed

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