Skip to content

Commit a3fab52

Browse files
committed
popover added
1 parent 609ee8b commit a3fab52

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

vue-strap-test/src/App.vue

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,16 @@
3030
Tab Five
3131
</tab>
3232
</tab-group>
33-
</tabs>
33+
</tabs>
34+
35+
<popover effect="fade" placement="right" title="Title" content="content">
36+
<button class="btn btn-default">Popover</button>
37+
</popover>
3438
</div>
3539
</template>
3640

3741
<script>
38-
import { alert, aside, tabset, tabGroup, tab } from 'vue-strap'
42+
import { alert, aside, tabset, tabGroup, tab, popover } from 'vue-strap'
3943
import 'bootstrap/dist/css/bootstrap.css'
4044
4145
export default {
@@ -54,7 +58,8 @@ export default {
5458
aside,
5559
tabs: tabset,
5660
tabGroup,
57-
tab
61+
tab,
62+
popover
5863
}
5964
}
6065
</script>

0 commit comments

Comments
 (0)