diff --git a/src/resources/attach-focus.ts b/src/resources/attach-focus.ts index 3d562c6..b695df1 100644 --- a/src/resources/attach-focus.ts +++ b/src/resources/attach-focus.ts @@ -3,7 +3,7 @@ import { customAttribute, ComponentAttached } from 'aurelia-templating'; import { DOM } from 'aurelia-pal'; @customAttribute('attach-focus', bindingMode.oneTime) -export class AttachFocus implements ComponentAttached { +export default class AttachFocus implements ComponentAttached { public value: boolean | string; /**