Nazar Niphone
Nazar Niphone
@daoneandonly, @donovanroubos
No response from maintainers, but you can place this component in your project and install `flagpack-core` https://github.com/nazar1ua/vue-flagpack/blob/main/lib/Flag.vue
Also another option is to use native emoji
Maybe the best solution is to: ```js 28: size: { 29: type: String, 30: default: 'm', 31: validator: value => ( 32: ['s', 'm', 'l'].indexOf(value.toLowerCase()) !== -1 33: ), 34:...
I will add it to pr #63
I added partial typescript support in pr #63, but I am noob in typescript, so if you can, please help me @noudadrichem, @productdevbook
As a workaround, you can try installing `flagpack-core` and copying `Flag.vue` from my PR to your project
I added support for flagpack-core 2.0.0 in pr #63, @donovanroubos, you can close the issue
Also many errors at `net/core/dev_addr_lists.c:519 dev_addr_check.cold+0x43/0x74`
Thank you very much!