Skip to content

Commit

Permalink
popover added
Browse files Browse the repository at this point in the history
  • Loading branch information
Remo committed Sep 20, 2016
1 parent 609ee8b commit a3fab52
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions vue-strap-test/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,16 @@
Tab Five
</tab>
</tab-group>
</tabs>
</tabs>

<popover effect="fade" placement="right" title="Title" content="content">
<button class="btn btn-default">Popover</button>
</popover>
</div>
</template>

<script>
import { alert, aside, tabset, tabGroup, tab } from 'vue-strap'
import { alert, aside, tabset, tabGroup, tab, popover } from 'vue-strap'
import 'bootstrap/dist/css/bootstrap.css'
export default {
Expand All @@ -54,7 +58,8 @@ export default {
aside,
tabs: tabset,
tabGroup,
tab
tab,
popover
}
}
</script>
Expand Down

0 comments on commit a3fab52

Please sign in to comment.