Skip to content

Commit

Permalink
Added tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpereira committed Dec 9, 2019
1 parent c58a852 commit 768307d
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<template>
<section-panel title="Timeline">
<switch-component
class="separate-top"
:options="tabs"
v-model="view"/>
<div class="horizontal-left-content separate-top">
<div
v-for="item in filter"
Expand Down Expand Up @@ -62,10 +66,12 @@
import SectionPanel from './shared/sectionPanel'
import { GetNomenclatureHistory } from '../request/resources.js'
import SwitchComponent from 'components/switch'
export default {
components: {
SectionPanel
SectionPanel,
SwitchComponent
},
props: {
otu: {
Expand All @@ -74,6 +80,7 @@ export default {
},
data() {
return {
tabs: ['All', 'Nomenclature', 'Protonym', 'OTU (Biology)'],
nomenclature: '',
filterSelected: [],
hideInfo: [{
Expand Down

0 comments on commit 768307d

Please sign in to comment.