From 169c30d1a168b1003c96e70aaa0cb924d851986b Mon Sep 17 00:00:00 2001 From: mertsincan Date: Wed, 29 Mar 2023 16:58:15 +0100 Subject: [PATCH] Refactor --- api-generator/build-apidoc.js | 2 +- components/lib/splitter/Splitter.vue | 1 - components/lib/toolbar/Toolbar.d.ts | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/api-generator/build-apidoc.js b/api-generator/build-apidoc.js index 2fc2719b5..a33fa6a02 100644 --- a/api-generator/build-apidoc.js +++ b/api-generator/build-apidoc.js @@ -52,7 +52,7 @@ if (project) { doc[name] = { description }; - + const module_component_group = module.groups.find((g) => g.title === 'Component'); let methods = { description: staticMessages['methods'], diff --git a/components/lib/splitter/Splitter.vue b/components/lib/splitter/Splitter.vue index 07568d0fd..1edf943a6 100644 --- a/components/lib/splitter/Splitter.vue +++ b/components/lib/splitter/Splitter.vue @@ -14,7 +14,6 @@ v-bind="ptm('gutter')" >
- diff --git a/components/lib/toolbar/Toolbar.d.ts b/components/lib/toolbar/Toolbar.d.ts index 9e307f965..60b4b2ab9 100755 --- a/components/lib/toolbar/Toolbar.d.ts +++ b/components/lib/toolbar/Toolbar.d.ts @@ -49,7 +49,6 @@ export interface ToolbarPassThroughAttributes { [key: string]: any; } - /** * Defines valid properties in Toolbar component. */