We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vue-drag-verify-img-chip 成功后出现这个问题
<el-dialog title="" :visible.sync="dialogVisible" width="400px" :close-on-click-modal="false" :close-on-press-escape="false" :show-close="false" custom-class="vueDragVerifyImgChipBox" > <VueDragVerifyImgChip v-if="dialogVisible" ref="vueDragVerifyImgChipRef" :imgsrc="localUrl" :isPassing.sync="isPassing" :showRefresh="true" :barWidth="40" :width="360" text="请按住滑块拖动" successText="验证通过" handlerIcon="el-icon-d-arrow-right" successIcon="el-icon-circle-check" @passcallback="passcallback" > </VueDragVerifyImgChip> </el-dialog>
报错index.js?157d:1 Uncaught TypeError: Cannot read properties of undefined (reading 'style') at eval (index.js?157d:1:1)
index.js?157d:1 Uncaught TypeError: Cannot read properties of undefined (reading 'style') at eval (index.js?157d:1:1)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
vue-drag-verify-img-chip 成功后出现这个问题
<el-dialog title="" :visible.sync="dialogVisible" width="400px" :close-on-click-modal="false" :close-on-press-escape="false" :show-close="false" custom-class="vueDragVerifyImgChipBox" > <VueDragVerifyImgChip v-if="dialogVisible" ref="vueDragVerifyImgChipRef" :imgsrc="localUrl" :isPassing.sync="isPassing" :showRefresh="true" :barWidth="40" :width="360" text="请按住滑块拖动" successText="验证通过" handlerIcon="el-icon-d-arrow-right" successIcon="el-icon-circle-check" @passcallback="passcallback" > </VueDragVerifyImgChip> </el-dialog>
报错
index.js?157d:1 Uncaught TypeError: Cannot read properties of undefined (reading 'style') at eval (index.js?157d:1:1)
The text was updated successfully, but these errors were encountered: