更新记录
1.0.0(2025-10-18) 下载此版本
无
平台兼容性
其他
| 多语言 | 暗黑模式 | 宽屏模式 |
|---|---|---|
| × | × | √ |
引入:
import hgPopup from '../components/hg-popup/hgPopup.vue';
export default {
components: {
hgPopup
}
}
使用:
<template>
<view class="content">
<button @click="showTop = true">顶部弹出</button>
<hg-popup :visible="showTop" @update:visible="showTop = $event" position="top" :maskCloseable="true">
<view class="popup-demo">
<view class="title">顶部弹窗</view>
<button @click="showTop = false">关闭</button>
</view>
</hg-popup>
</view>
</template>

收藏人数:
下载插件并导入HBuilderX
赞赏(0)
下载 50
赞赏 0
下载 11672718
赞赏 1817
赞赏
京公网安备:11010802035340号