Alex Ch

Results 14 comments of Alex Ch

Hi Kevin, Are you going to do a Vue3 version? I have test the one mentioned but it is not working. thank you

any news about version for Vue 3?

I wish the tabs could be scrollable also. Can you do it? Please, thank you

THIS WILL ADD SCROLL ``` .vue-tabs .nav { margin-bottom: 0; margin-top: 0; padding-left: 0; list-style: none; /* SCROLL ADDED */ overflow-x: scroll; overflow-y: hidden; display: flex; max-height: 50px; flex-wrap: nowrap;...

it still not working as CDN global. please, can you give me an example? thank you

As CDN for this library on vue 3 still not working, mean while I found this component. https://github.com/iendeavor/vue-next-select https://morioh.com/p/7854e5675a05 Hope It helpful for someone too.

I got around and fixed the css width, from 100% to 99.4% `.vgt-fixed-header{position:absolute;z-index:10;width:100%;overflow-x:auto}` for: `.vgt-fixed-header{position:absolute;z-index:10;width:99.4%;overflow-x:auto}`

any news about v-mask for Vue 3? thank you

why is it not working with CDN on 1.1.0? can you add global? example please. Thank you

I have been using: https://github.com/sagalbot/vue-select hope it helps