Irfan Maulana

Results 160 comments of Irfan Maulana

You can extend or create your own filter, e.g: ```js Vue.filter('canadian', function(value) { if (!value) return ''; return value + ' CAD'; }); ``` Usage: {{ value | currency |...

Thanks @strixy for sharing your experience, yes sure if you need some feature or found a bug, just create issue. I will glad if you want create your own hack...

Thanks for your insight @DennisNygren

It's very okay @lorvent, Vue2-Simplert using MIT License. You can use and modify as you need. I just like to hear experience from the users. We have demo page here...

For current version, NO. The alert will always show in the center of screen. 😅 Sorry for hear that. . But if you need custom position maybe you can tweak...

We can reconfirm by check out Crashlytics dashboard, but I am afraid that our current release cycle can not let us check the feedback in short time. But we can...

Still need to add meta tag for each page I think