webf icon indicating copy to clipboard operation
webf copied to clipboard

Vant-ui popup UI bug

Open suyulin opened this issue 2 years ago • 0 comments

Affected version

0.13

No same issues found.

  • [X] Yes, I search all issues but not found.

Steps to Reproduce

  1. click showBasic button double

Code example

  <van-cell :title="'buttonBasic'" is-link @click="showBasic = true;"/>
      <van-popup v-model:show="showBasic" :overlay="true" :style="{ padding: '30px 50px',width:'100px',height:'100px',textAlign:'center' }">
       {{ 'content' }}
      </van-popup>

Expected results

content display

Actual results

content display none

suyulin avatar Feb 09 '23 07:02 suyulin