Mouctar DIALLO
Results
1
comments of
Mouctar DIALLO
There is missing `value` variable in flip validator ```js flip: { type: String, validator: () => ["horizontal", "vertical", "both"].includes(value), }, ``` 👉 https://github.com/JamesCoyle/vue-icon/blob/51550e9d1a8f87b5026e429335ba3e0eee8c2e08/lib/svg-icon.vue#L39 Correction: ```js flip: { type: String, validator:...