From fb5e829788bc672f001ede3318aeec2920ef8361 Mon Sep 17 00:00:00 2001 From: StrahilKazlachev Date: Tue, 21 Aug 2018 20:18:16 +0300 Subject: [PATCH] fix(attach-focus): AttachFocus must be the default export fix #358 --- src/resources/attach-focus.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; /**