Skip to content

Instantly share code, notes, and snippets.

import Component from '@glimmer/component';
import { action } from '@ember/object';
export default class extends Component {
@action
outer() {
console.log('clicked outer');
}
@action