<wyb-popup ref="popup" type="bottom" height="400" width="500" radius="6" :showCloseIcon="true">
<view class="popup-content">
我是里面的内容
</view>
</wyb-popup>
import wybPopup from '@/components/wyb-popup/wyb-popup.vue'
export default {
components: {
wybPopup
}
}
this.$refs.popup.show() // 显示
this.$refs.popup.hide() // 隐藏
欢迎光临 精易论坛 (https://125.confly.eu.org/) | Powered by Discuz! X3.4 |