Skip to main content

All Questions

2 votes
1 answer
2k views

Migrating Vue 2 to Vue 3 requiring at least a library in Vue 3 and bootstrap-vue (Vue 2): options?

We are trying to update a library and the newer version requires Vue 3 instead of Vue 2, namely tinymce-vue. Unfortunately, it is a company project using bootstrap-vue, which has no full compatibility ...
Anna's user avatar
  • 23
0 votes
1 answer
318 views

How to make bootstrap pagination work in VueJS 2

My website looks like this: Jobs.vue: <div id="jobs" class="job-item" v-for="(item, index) in showJobs" :key="...
BinChanhKun's user avatar
0 votes
1 answer
1k views

ref, computed alternatives in vue 2

I did a project in Vue 3 and I used ref and computed. Then I realized that I was supposed to do the project in Vue 2... and now I get : "export 'computed' was not found in 'vue' "export 'ref'...
palalele's user avatar
2 votes
1 answer
3k views

How to use bootstrap carousel in Vue.js

I am quite new in vue and I am trying to make a bootstrap carousel using bootstrap. <template> <!-- Start Banner Hero --> <div id="webshop-hero-carousel" ...
magic bean's user avatar
3 votes
3 answers
8k views

Proper way to change Bootstrap-Vue text field into mm/dd/yyyy format

I'm using Bootstrap-Vue <b-form-datepicker> component and looking for a way to customise the input date field to mm/dd/yyyy format. Any proper ways ? <b-input-group class="mb-3"> ...
Dhanan's user avatar
  • 207