跳到主要内容

utils

dom

dom操作相关

vue

vue操作相关,比如

  • prop: buildProps, isEpProp
  • global-node: createGlobalNode, removeGlobalNode
  • icons: TypeComponentsMap, ValidateComponentsMap
  • install: 通过app.component安装等, app.directive, app.config.globalProperties
  • refs: composeRefs
  • size: getComponentSize
  • validator: isValidComponentSize, isValidDatePickType
  • vnode: isFragment, isText, isComment, isTemplate, isValidElementNode, getChildren, getFirstValidNode, renderIf, renderBlock, ensureOnlyChild, flattedChildren

animation

  • cubic
  • easeInOutCubic

arrays

  • unique
  • castArray

error

  • ElementPlusError
  • throwError
  • debugWarn

objects

  • keysOf
  • entriesOf
  • getProp

raf

  • rAF
  • cAF

rand

  • generateId
  • getRandomInt

string

  • escapeStringRegexp
  • capitalize

types

  • isUndefined
  • isEmpty
  • isElement
  • isPropAbsent
  • isStringNumber

typescript

  • mutable