Skip to content

Instantly share code, notes, and snippets.

@feifeiwuxian
feifeiwuxian / index.wxml
Created January 6, 2020 05:21
app.json使用"style": "v2"配置后弹窗组件的button大小不对
wxml:
<van-dialog
use-slot
title="标题"
show="{{ show }}"
show-cancel-button
confirm-button-open-type="getUserInfo"
bind:close="onClose"
bind:getuserinfo="getUserInfo"
>