Format fixes

pull/3841/head
Bahadır Sofuoğlu 2023-04-01 02:44:20 +03:00
parent 727f4cd4f7
commit 58d4531a21
3 changed files with 14913 additions and 14914 deletions

View File

@ -33,8 +33,7 @@ app.bootstrap({
disableSources: true,
logLevel: 'Error',
sort: ['source-order'],
exclude: ['node_modules', 'components/lib/**/*.js'],
exclude: ['node_modules', 'components/lib/**/*.js']
});
const project = app.convert();

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
import APIDocs from '@/doc/common/apidoc/index.json';
export const getPTOption = name => {
export const getPTOption = (name) => {
const { props } = APIDocs[name.toLowerCase()].interfaces.values[`${name}PassThroughOptions`];
let data = [];