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
Vben Admin V5
vxe-table的 Grid 组件,可以直接将edit-rules 或data等属性,传递给grid组件,但使用vben5封装的useVbenVxeGrid 方法后,无法通过下方的代码,将data或者edit-rules等属性传递给grid
<template> <Grid :edit-rules="editRules" :data="data"> <template #action="{ row }"> <Button danger @click="handleDelete(row)">删除</Button> </template> </Grid> </template>
mac
-
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
Vben Admin V5
Describe the bug?
vxe-table的 Grid 组件,可以直接将edit-rules 或data等属性,传递给grid组件,但使用vben5封装的useVbenVxeGrid 方法后,无法通过下方的代码,将data或者edit-rules等属性传递给grid
Reproduction
System Info
Relevant log output
Validations
The text was updated successfully, but these errors were encountered: