书栈网 · BookStack 本次搜索耗时 0.035 秒,为您找到 609 个相关结果.
  • Vcode 验证码

    Vcode 验证码 使用指南 在 page.json 中引入组件 示例 视频演示 API Vcode props Vcode 验证码 用于展现验证码。 使用指南 在 page.json 中引入组件 { "navigationBarTitleText" : "Vcode" , "usingCompo...
  • Gallery 画廊

    Gallery 画廊 使用指南 在 page.json 中引入组件 示例 视频演示 API Gallery.method Gallery 画廊 用于预览图片或其他操作。 使用指南 在 page.json 中引入组件 { "navigationBarTitleText" : "Gallery" , ...
  • FilterBar 筛选栏

    FilterBar 筛选栏 使用指南 在 page.json 中引入组件 示例 视频演示 API FilterBar props FilterBar externalClasses FilterBar 筛选栏 筛选栏组件。 使用指南 在 page.json 中引入组件 { "navigationBarTitleT...
  • Swiper 轮播

    Swiper轮播 引入 在app.json或index.json中引入组件,默认为ES6版本 "usingComponents" : { "vtu-swiper" : "/miniprogram_npm/vtuweapp/swiper/vtu-swiper" } 代码演示 卡片式轮播用...
  • 快速上手

    快速上手 背景知识 安装 步骤一 通过 npm 安装 步骤二 构建 npm 包 步骤三 修改 tsconfig.json 步骤四 修改 app.json 示例工程 使用 引入组件 使用组件 其他 在开发者工具中预览示例小程序 快速上手 背景知识 使用 Vant Weapp 前,请确保你已经学习过微信官方的 小程序简易教程 ...
  • Accordion 手风琴

    Accordion 手风琴 使用指南 视频演示 代码演示 API Attribute 属性 Event 事件 Slot 插槽 Class 自定义类名 Accordion 手风琴 使用指南 在 page.json 中引入组件 "usingComponents" : { "w-accordion" : "wuss-...
  • ImgPicker 图片选择器

    ImgPicker图片选择器 引入 在app.json或index.json中引入组件,默认为ES6版本 "usingComponents" : { "vtu-imgPicker" : "/miniprogram_npm/vtuweapp/imgPicker/vtu-imgPicker" } ...
  • TaroPlatformBase

    710 2021-08-19 《Taro v3.2 教程》
    TaroPlatformBase 方法与属性 constructor (ctx, config) ctx this.ctx.modifyWebpackChain helper config (abstract) platform (abstract) globalObject (abstract) runtimePath (abstract)...
  • 快速上手

    快速上手 背景知识 安装 步骤一 通过 npm 安装 步骤二 修改 app.json 步骤三 修改 project.config.json 步骤四 构建 npm 包 步骤五 typescript 支持 安装 miniprogram-api-typings 在 tsconfig.json 中增加如下配置,以防止 tsc 编译报错。 示例工程 ...
  • 快速上手

    快速上手 背景知识 安装 步骤一 通过 npm 安装 步骤二 构建 npm 包 示例工程 使用 引入组件 使用组件 其他 在开发者工具中预览示例小程序 快速上手 背景知识 使用 Vant Weapp 前,请确保你已经学习过微信官方的 小程序简易教程 和 自定义组件介绍 。 安装 步骤一 通过 npm 安装 # 通过...