Blogger Information
Blog 85
fans 0
comment 0
visits 94809
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
微信小程序官方组件展示之视图容器root-portal源码
软件事业部
Original
590 people have browsed it

以下将展示微信小程序之视图容器root-portal源码官方组件能力,组件样式仅供参考,开发者可根据自身需求定义组件样式,具体属性参数详见小程序开发文档。
功能描述:
使整个子树从页面中脱离出来,类似于在 CSS 中使用 fixed position 的效果。主要用于制作弹窗、弹出层等。
示例代码:
WXML:

  1. <view class="intro">
  2. <button bindtap="toggle">显示 root-portal</button>
  3. <root-portal wx:if="{{ show }}">
  4. <view class="portal-content">
  5. root-portal 内容
  6. </view>
  7. </root-portal>
  8. </view>

版权声明: 本站所有内容均由互联网收集整理、上传,如涉及版权问题,我们第一时间处理。
原文链接地址:
https://developers.weixin.qq.com/miniprogram/dev/component/root-portal.html

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post