mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
19 lines
473 B
Plaintext
19 lines
473 B
Plaintext
<import src="/dist/steps/index.wxml" />
|
|
|
|
<view class="container">
|
|
<view class="zui-panel">
|
|
<view class="zui-cell">
|
|
<view class="zui-cell__bd">
|
|
<template is="zui-steps" data="{{ type: 'horizon', steps }}"></template>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="zui-cell zui-cell--last-child">
|
|
<view class="zui-cell__bd">
|
|
<template is="zui-steps" data="{{ type: 'vertical', steps }}"></template>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
</view>
|