Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

Posts about Vant

Vant Dropdown Menu drop-down menu

May 07, 2021 11:00 0 Comment Vant

Code demo, Code demo, Api, Example demonstration, Introduced, Introduce, app.json, index.json, defaulting, ES6, "usingComponents": {, "van-dropdown-menu": "@vant/weapp/dropdown-menu/index",, "van-drop

Vant Dialog pop-up box

May 07, 2021 11:00 0 Comment Vant

Code demo, Code demo, Api, Example demonstration, Introduced, Pop-up modal boxes, often used for message prompts, message confirmations, and specific interactions within the current page, Pop-up compo

Vant ActionSheet pull-up menu

May 07, 2021 11:00 0 Comment Vant

Code demo, Code demo, Api, Problems, Example demonstration, Introduced, import Vue from 'vue';, import { ActionSheet } from 'vant';, Vue.use(ActionSheet);, Code demo, Basic usage, ActionSheet defines the option

Uploader file upload

May 07, 2021 11:00 0 Comment Vant

Code demo, Code demo, Api, Example demonstration, Introduced, import Vue from 'vue';, import { Uploader } from 'vant';, Vue.use(Uploader);, Code demo, Basic usage, When the file is uploaded, theafter-

Vant Switch switch

May 07, 2021 11:00 0 Comment Vant

Code demo, Code demo, Api, Example demonstration, Introduced, import Vue from 'vue';, import { Switch } from 'vant';, Vue.use(Switch);, Code demo, Basic usage, With the selected state of the v-model b

Vant Stepper stepper

May 07, 2021 11:00 0 Comment Vant

Code demo, Code demo, Api, Example demonstration, Introduced, The stepr consists of an add button, a reduction button, and an input box to enter and adjust numbers within a certain range, Introduced,

Vant SwipeCell slides the cell

May 07, 2021 12:00 0 Comment Vant

Code demo, Code demo, Api, Problems, Example demonstration, Introduced, import Vue from 'vue';, import { SwipeCell } from 'vant';, Vue.use(SwipeCell);, Code demo, Basic usage, The SwipeCell component provides t

Vant Toast tips

May 07, 2021 12:00 0 Comment Vant

Code demo, Code demo, Api, Example demonstration, Introduced, import Vue from 'vue';, import { Toast } from 'vant';, Vue.use(Toast);, Code demo, Text tips, Toast('提示内容');, Load prompt, Using the Toast

Vant Circle ring progress bar

May 07, 2021 12:00 0 Comment Vant

Code demo, Code demo, Api, Example demonstration, Introduced, import Vue from 'vue';, import { Circle } from 'vant';, Vue.use(Circle);, Code demo, Basic usage, The rate property represents the target

Vant Collapse folding panel

May 07, 2021 12:00 0 Comment Vant

Code demo, Code demo, Api, Example demonstration, Introduced, import Vue from 'vue';, import { Collapse, CollapseItem } from 'vant';, Vue.use(Collapse);, Vue.use(CollapseItem);, Code demo, Basic usage

Vant CountDown Countdown

May 07, 2021 12:00 0 Comment Vant

Code demo, Code demo, Api, Problems, Example demonstration, Introduced, import Vue from 'vue';, import { CountDown } from 'vant';, Vue.use(CountDown);, Code demo, Basic usage, The time property represents the t

Vant Divider split line

May 07, 2021 12:00 0 Comment Vant

Code demo, Code demo, Api, Example demonstration, Introduced, import Vue from 'vue';, import { Divider } from 'vant';, Vue.use(Divider);, Code demo, Basic usage, A horizontal split line is rendered by

Vant ImagePreview picture preview

May 07, 2021 12:00 0 Comment Vant

Code demo, Code demo, Api, Problems, Example demonstration, Introduced, Unlike other components, ImagePreview is not used through HTML structures, but by function calls., You need to introduce it before you can

Vant Lazyload picture lazy load

May 07, 2021 12:00 0 Comment Vant

Code demo, Code demo, Api, Example demonstration, Introduced, Lazyload, a Vue directive that needs to be registered before it can be used, import Vue from 'vue';, import { Lazyload } from 'vant';, Vue

Vant List list

May 07, 2021 12:00 0 Comment Vant

Code demo, Code demo, Api, Problems, Example demonstration, Introduced, Waterfall flow scroll loading, which is used to display long lists that trigger events and load more list items when the list is about to