File tree 4 files changed +3193
-2764
lines changed 4 files changed +3193
-2764
lines changed Original file line number Diff line number Diff line change 8
8
"lint" : " vue-cli-service lint"
9
9
},
10
10
"dependencies" : {
11
- "bootstrap-vue" : " ^2.0.0-rc.11 " ,
11
+ "bootstrap-vue" : " ^2.0.4 " ,
12
12
"flatpickr" : " ^4.5.1" ,
13
13
"nouislider" : " ^11.1.0" ,
14
14
"register-service-worker" : " ^1.5.2" ,
Original file line number Diff line number Diff line change 33
33
</section >
34
34
</template >
35
35
<script >
36
- import BCarousel from " bootstrap-vue/es /components/carousel/carousel" ;
37
- import BCarouselSlide from " bootstrap-vue/es /components/carousel/carousel-slide" ;
36
+ import { BCarousel } from " bootstrap-vue/esm /components/carousel/carousel" ;
37
+ import { BCarouselSlide } from " bootstrap-vue/esm /components/carousel/carousel-slide" ;
38
38
39
39
export default {
40
40
components: {
Original file line number Diff line number Diff line change 43
43
</div >
44
44
</template >
45
45
<script >
46
- import BTooltip from " bootstrap-vue/es /directives/tooltip/tooltip" ;
47
- import BPopover from " bootstrap-vue/es /directives/popover/popover" ;
46
+ import { VBTooltip } from " bootstrap-vue/esm /directives/tooltip/tooltip" ;
47
+ import { VBPopover } from " bootstrap-vue/esm /directives/popover/popover" ;
48
48
49
49
export default {
50
50
directives: {
51
- BTooltip,
52
- BPopover
51
+ BTooltip: VBTooltip ,
52
+ BPopover: VBPopover,
53
53
}
54
54
};
55
55
</script >
You can’t perform that action at this time.
0 commit comments