Skip to content
Snippets Groups Projects
CondensateExample.vue 337 B
Newer Older
HongKee Moon's avatar
HongKee Moon committed
<template>
moon's avatar
moon committed
  <condensate-detail-page condensate-id="nucleolus__3702" />
HongKee Moon's avatar
HongKee Moon committed
</template>

<script>
import CondensateDetailPage from '@/components/CondensateDetailPage.vue'

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