Valdo Ryu

Results 17 comments of Valdo Ryu

Hi, I encountered the same issue Is there any other solution than having to use mounted ? We generate unique IDs for our components and use them also for some...

Add on blur doesn't work for me on version 2.1.0 Clicking another field triggers blur event but doesn't add the tag

There is 6500 spoken languages in the world. Maybe give the ability to the user to specify months and days labels is the way to limit the translation work. Possible...

Yes, I think creating a npm command to compile the scss to css is the only easy way to do. However we need to add it to git ignore to...

Same here, with both Markdown & rich text editors

Hi, I also use SCSS but can't figure out how to apply in my vue component styles I followed every instruction I tried .myClass { @apply w-4/12; } And I...

Hello, I love the theme ! A few points I think would make it better: - The blur around text on 4K screen is too strong and makes it hard...

Once you registered Vue-i18n you may have access to it through Vue.$i18n. You can then ``` Vue.use(VueGoogleMaps, { load: { region: 'VI', language: Vue.$i18n.locale, }, }) ```

People are using their time to create free tools and you can't even write a message to ask properly if the project is discontinued

Have you tried using the es module instead of the umd ? ```js import Vue3EasyDataTable from 'vue3-easy-data-table/dist/vue3-easy-data-table.es.js'; ``` It may be the issue for some reason