# view视图容器组件的用法

View 视图容器, 类似于 HTML 中的 div

# 001 - 组件的属性

xcooo

# 002 - 代码案例

<view class="box2" hover-class="box2_active">
  <view class='box1' hover-class='active' hover-stop-propagation :hover-start-time="2000" :hover-stay-time='2000'>

  </view>
</view>
1
2
3
4
5
上次更新: 2021/2/22 上午10:53:04