mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
steps
This commit is contained in:
parent
2323611d55
commit
096239ed51
@ -8,6 +8,12 @@
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="zui-cell zui-cell">
|
||||
<view class="zui-cell__bd">
|
||||
<template is="zui-steps" data="{{ type: 'vertical', steps, className: 'my-class' }}"></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>
|
||||
|
2
example/steps/index.wxss
Normal file
2
example/steps/index.wxss
Normal file
@ -0,0 +1,2 @@
|
||||
.my-class {
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user