From c43180d6e96ab81deee609fbb3458c2f51bf43f7 Mon Sep 17 00:00:00 2001 From: chenjiahan Date: Sun, 6 Sep 2020 09:27:17 +0800 Subject: [PATCH] types: compatible with TSX #7076 --- types/component.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types/component.d.ts b/types/component.d.ts index 5800b7743..73b0b2240 100644 --- a/types/component.d.ts +++ b/types/component.d.ts @@ -4,4 +4,6 @@ export class VanComponent { static name: string; static install: (app: App) => any; + + $props: Record; }