Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
test(obj){ console.log(obj); }
{{child-component test=(action "test") }}
open(){ console.log('child fired'); this.sendAction('test', this); }
<a href="#" {{action 'open'}}>Тест</a>