Yao e4dfc9e48c
[new feature] Layout: 新增 layout 组件 (#43)
* change example dir

* Update README.md

更新预览教程

* 新增 layout 组件

* exclude example

* change .wxss -> .pcss

* 脚本目录更名为 scripts
2017-10-31 17:41:31 +08:00

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>