书栈网 · BookStack 本次搜索耗时 0.030 秒,为您找到 101 个相关结果.
  • NumberKeyboard 数字键盘

    引入 代码演示 基本 有确认键和小数点,一般用于价格或金额输入 数字键乱序 简单类型 无确认键和小数点,一般用于密码或验证码输入 API NumberKeyboard Props NumberKeyboard Methods show() hide() NumberKeyboard Events @enter(val) @delete...
  • Radio 单选框

    引入 代码演示 普通单选框 列表模式 表单项内联 API Radio Props Radio List Props Radio List Methods select(value) Radio List Events @change(option, index) Radio List Slots Radio 单选框 可自定义...
  • TabPicker 多频道选择器

    引入 代码演示 基本 API TabPicker 参数 TabPicker 实例方法 getSelectedValues() getSelectedOptions() TabPicker 事件 @select(data) @change(data) @show() @hide() TabPicker 插槽 附录 TabPick...
  • CheckBox 复选框

    引入 代码演示 样例一 支付方式 API CheckBox Props options CheckBox Methods select(value) CheckBox 复选框 复选框. 1.5.0+ 引入 import { CheckBox } from 'mand-mobile' Vue . c...
  • Cashier 收银台

    引入 代码演示 基本 API Cashier Props Cashier Methods next(scene, option) Cashier Events @select(item: {text, value}) @pay(item: {text, value}) @cancel() @show() @hide() Cashi...
  • Selector 列表选择器

    引入 代码演示 无需确认 确认模式 多选模式 自定义选项 Check模式 API Selector Props Selector Events @choose({value, text, …}) @confirm({value, text, …}) @cancel() @show() @hide() Selector Slots ...
  • ImageViewer 图片浏览器

    引入 代码演示 基本 请在移动设备中扫码预览 API ImageViewer Props ImageViewer 图片查看器 用于浏览多张图片,并可对图片进行滑动切换 引入 import { ImageViewer } from 'mand-mobile' Vue . component ( ImageV...
  • Chart 折线图表

    引入 代码演示 多折线 区域填充 渐变折线 API Chart Props datasets 覆盖样式 Chart 折线图表 SVG折线图表, 可绘制多条折线并配置不同的显示规则。 引入 import { Chart } from 'mand-mobile' Vue . component ( Ch...
  • CheckList 多选列表

    引入 代码演示 复选框 自定义内容模板 API CheckList Props options CheckList Methods select(value) CheckList 复选列表 复选列表. 1.5.0+ 引入 import { CheckList } from 'mand-mobile' ...
  • Field 区域列表组合

    引入 代码演示 基本 包含内容 多个条目 API Field Props FieldItem Props FieldItem Slots default left right FieldItem Events @click(name) Field 区域列表组合 区域列表垂直排列,显示当前的内容、状态和可进行的操作 引...