소스 검색

parseSeach -> parseSearch in index.js

bubble
Will Marshall 7 년 전
committed by GitHub
부모
커밋
1d9e71ff3e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      src/core/index.js

+ 2
- 2
src/core/index.js 파일 보기

@@ -4,7 +4,7 @@ import System from "core/system"
import win from "core/window"
import ApisPreset from "core/presets/apis"
import * as AllPlugins from "core/plugins/all"
import { parseSeach, filterConfigs } from "core/utils"
import { parseSearch, filterConfigs } from "core/utils"

const CONFIGS = [
"url",
@@ -83,7 +83,7 @@ module.exports = function SwaggerUI(opts) {
store: { },
}

let queryConfig = parseSeach()
let queryConfig = parseSearch()

const constructorConfig = deepExtend({}, defaults, opts, queryConfig)



불러오는 중...
취소
저장