Closed deni5n closed 4 years ago
When BootstrapVue is used, the class "container" defined in the file "videoPlaceholder.vue" overrides its own Bootstrap class and everything breaks.
For correction, I simply replaced the class name "container" in the file "videoPlaceholder.vue" with "container-player"
same, with "button" class name button, you could change class names like vue-player-button or vue-player-container, 'couse the current names are very generic
When BootstrapVue is used, the class "container" defined in the file "videoPlaceholder.vue" overrides its own Bootstrap class and everything breaks.
For correction, I simply replaced the class name "container" in the file "videoPlaceholder.vue" with "container-player"