mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
17 lines
480 B
Plaintext
17 lines
480 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="{{tab: tab1, componentId: 'tab1'}}"></template>
|
|
</view>
|
|
<view style="margin: 20px 0">
|
|
<template is="zan-tab" data="{{tab: tab2, componentId: 'tab2'}}"></template>
|
|
</view>
|
|
<view style="margin: 20px 0">
|
|
<template is="zan-tab" data="{{tab: tab3, componentId: 'tab3'}}"></template>
|
|
</view>
|
|
</view>
|