From 86045b98fd56f0971f7e1efb5c557905a4d1f9f4 Mon Sep 17 00:00:00 2001 From: BoBoooooo <17746714@qq.com> Date: Fri, 19 Feb 2021 10:21:14 +0800 Subject: [PATCH] perf: remove abandoned option --- src/shims-vue-expand.d.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/shims-vue-expand.d.ts b/src/shims-vue-expand.d.ts index 07271eb..efb18f0 100644 --- a/src/shims-vue-expand.d.ts +++ b/src/shims-vue-expand.d.ts @@ -19,8 +19,6 @@ declare enum DML { } interface optionsType { - getTables: Function; - getFormKey: Function; getFormDetail: Function; getTableDetail: Function; crud: (dml: DML, tableName: string, data?: object, params?: object)=> AxiosPromise