Skip to content

Instantly share code, notes, and snippets.

import Ember from 'ember';
import UpdateMixin from '../mixins/update';
export default Ember.Component.extend(UpdateMixin, {
child_val: '',
actions:{
childAction(){