mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
* format code * 更改传参方式 && 增加无滚动时文字过长处理 * 增加 helper 文档 * update helper doc * update helper doc
23 lines
516 B
Plaintext
23 lines
516 B
Plaintext
<import src="/dist/tab/index.wxml" />
|
|
|
|
<view class="container">
|
|
|
|
<view class="doc-title">TAB</view>
|
|
|
|
<view style="margin: 20px 0">
|
|
<template
|
|
is="zan-tab"
|
|
data="{{ ...tab1, componentId: 'tab1' }}"></template>
|
|
</view>
|
|
<view style="margin: 20px 0">
|
|
<template
|
|
is="zan-tab"
|
|
data="{{ ...tab2, componentId: 'tab2' }}"></template>
|
|
</view>
|
|
<view style="margin: 20px 0">
|
|
<template
|
|
is="zan-tab"
|
|
data="{{ ...tab3, componentId: 'tab3' }}"></template>
|
|
</view>
|
|
</view>
|