Skip to content

Commit

Permalink
Css style - Add missing button-group component
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysztofPajak committed Oct 6, 2021
1 parent fcb2400 commit 6c07300
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
2 changes: 2 additions & 0 deletions src/Web/Grand.Web/vueapp/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ import { CardPlugin } from 'bootstrap-vue'
Vue.use(CardPlugin)
import { ButtonPlugin } from 'bootstrap-vue'
Vue.use(ButtonPlugin)
import { ButtonGroupPlugin } from 'bootstrap-vue'
Vue.use(ButtonGroupPlugin)
import { LayoutPlugin } from 'bootstrap-vue'
Vue.use(LayoutPlugin)
import { ModalPlugin } from 'bootstrap-vue'
Expand Down

0 comments on commit 6c07300

Please sign in to comment.