vantComponentConf.js
645 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/*
* @Date: 2022-09-19 14:11:06
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-10-21 10:05:55
* @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",
"share-sheet",
"checkbox",
"transition",
"uploader",
"switch",
"radio",
"radio-group",
"tag",
];
module.exports = vantComponentNames;