Skip to content

Instantly share code, notes, and snippets.

@nfc036
nfc036 / components.my-component.js
Last active February 11, 2024 04:00
Action bubbling from components
import Ember from 'ember';
export default Ember.Component.extend({
layout: Ember.computed.alias('contentTemplate'),
});