From 9e6a8b180c0edca96b244f13906e941871248a6f Mon Sep 17 00:00:00 2001 From: lxfu1 <954055752@qq.com> Date: Mon, 26 Aug 2024 17:20:57 +0800 Subject: [PATCH] fix: ci --- src/runtime/types/options.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/runtime/types/options.ts b/src/runtime/types/options.ts index 3ae7e58335..c932b30cd1 100644 --- a/src/runtime/types/options.ts +++ b/src/runtime/types/options.ts @@ -101,7 +101,6 @@ export type G2View = { style?: Record; tooltip?: boolean; clip?: boolean; - children?: G2Mark[]; }; export type G2Mark = {