godbasin / vue-select2

select2 component in vue.
MIT License
123 stars 62 forks source link

Custom options and v-model for global component? #48

Open DuySon1994 opened 3 years ago

DuySon1994 commented 3 years ago

I have created a global component for select2 and used it in many pages. This is my component: 2021-07-07_09-51-50

And I want the ":options" and "v-model" different for each page but it's only show the original "myOptions" in component. How can I custom name and data for ":options" and "v-model" in each page?