From 0b4dc34fb53297b8ac7339603e819380927a04d0 Mon Sep 17 00:00:00 2001 From: talktao Date: Fri, 25 Mar 2022 00:51:34 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E6=8C=89=E9=9C=80=E5=AF=BC?= =?UTF-8?q?=E5=85=A5=E9=9C=80=E8=A6=81=E7=9A=84vant=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugins/vant.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/plugins/vant.ts b/src/plugins/vant.ts index 3b43348..b3eab6a 100644 --- a/src/plugins/vant.ts +++ b/src/plugins/vant.ts @@ -2,7 +2,7 @@ * @author TalkTao * @description 按需引入Vant */ -import { Button, Tabbar, TabbarItem, Sticky, NavBar, Icon, Search, DropdownMenu, DropdownItem, Image, Lazyload, Tabs, Tab, Toast, Field, CellGroup, Form } from 'vant' +import { Button, Tabbar, TabbarItem, Sticky, NavBar, Icon, Search, DropdownMenu, DropdownItem, Image, Lazyload, Tabs, Tab, Toast, Field, Cell, CellGroup, Form, List } from 'vant' const pluginsVant = [ Button, Tabbar, @@ -19,8 +19,10 @@ const pluginsVant = [ Tab, Toast, Field, + Cell, CellGroup, - Form + Form, + List ] export const vantPlugins = { install: function(vm) {