- 添加 Vant WeApp 组件库的多个组件和工具文件 - 新增的组件包括 calendar、circle、collapse、dialog 等- 添加了常用的工具函数和样式文件 - 在 app.js 中集成了 Vant WeApp 组件库
17 lines
470 B
Plaintext
17 lines
470 B
Plaintext
<van-picker
|
|
class="van-datetime-picker"
|
|
active-class="active-class"
|
|
toolbar-class="toolbar-class"
|
|
column-class="column-class"
|
|
title="{{ title }}"
|
|
columns="{{ columns }}"
|
|
item-height="{{ itemHeight }}"
|
|
show-toolbar="{{ showToolbar }}"
|
|
visible-item-count="{{ visibleItemCount }}"
|
|
confirm-button-text="{{ confirmButtonText }}"
|
|
cancel-button-text="{{ cancelButtonText }}"
|
|
bind:change="onChange"
|
|
bind:confirm="onConfirm"
|
|
bind:cancel="onCancel"
|
|
/>
|