Update Component.ts

pull/5830/head
pushkin 5 years ago committed by GitHub
parent 7db7636215
commit 67b97edd64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,7 +11,7 @@ interface Fragment {
/* claim */ l?: (nodes: any) => void;
/* hydrate */ h?: () => void;
/* mount */ m: (target: HTMLElement, anchor: any) => void;
/* update */ p?: (ctx: any, dirty: any) => void;
/* update */ p: (ctx: any, dirty: any) => void;
/* measure */ r?: () => void;
/* fix */ f?: () => void;
/* animate */ a?: () => void;

Loading…
Cancel
Save