Karakulin Nikita
Results
1
comments of
Karakulin Nikita
I spent 5 hours and shot myself in the foot twice, but I came up with this: Component.vue ``` const action = () => { alert('OK') } ``` Button.vue ```...