hookehuyr

fix

1 /* 1 /*
2 * @Date: 2022-09-19 14:11:06 2 * @Date: 2022-09-19 14:11:06
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2022-09-28 09:56:33 4 + * @LastEditTime: 2022-09-28 23:23:22
5 * @FilePath: /swx/vantComponentConf.js 5 * @FilePath: /swx/vantComponentConf.js
6 * @Description: 文件描述 6 * @Description: 文件描述
7 */ 7 */
...@@ -35,6 +35,7 @@ const vantComponentNames = [ ...@@ -35,6 +35,7 @@ const vantComponentNames = [
35 "switch", 35 "switch",
36 "radio", 36 "radio",
37 "radio-group", 37 "radio-group",
38 + "tag",
38 ]; 39 ];
39 40
40 module.exports = vantComponentNames; 41 module.exports = vantComponentNames;
......