vantComponentConf.js 591 Bytes
/*
 * @Date: 2022-09-19 14:11:06
 * @LastEditors: hookehuyr hookehuyr@gmail.com
 * @LastEditTime: 2022-09-22 14:02:05
 * @FilePath: /swx/vantComponentConf.js
 * @Description: 文件描述
 */
const vantComponentNames = [
  "button",
  "icon",
  "loading",
  "info",
  "tab",
  "tabs",
  "sticky",
  "field",
  "cell",
  "image",
  "col",
  "row",
  "field",
  "cell-group",
  "toast",
  "empty",
  "overlay",
  "popup",
  "picker",
  "picker-column",
  "stepper",
  "dialog",
  "action-sheet",
  "checkbox",
  "transition",
  "uploader",
  "switch",
];

module.exports = vantComponentNames;