🔱: [client] sync upgrade with 8 commits [trident-sync]

perf: export 功能
perf: export 功能
chore: 自定义组件onChange
perf: naiveui 自定义组件支持change validation
chore:
perf: 自定义组件支持触发validation
chore:
This commit is contained in:
GitHub Actions Bot
2023-06-30 19:24:21 +00:00
parent aa0c5972fb
commit e11b7802c2
7 changed files with 68 additions and 15 deletions
@@ -20,6 +20,7 @@ export default defineComponent({
const { crudBinding, crudRef, crudExpose } = useFs({ createCrudOptions });
onMounted(() => {
//启用行编辑模式
crudExpose.editable.enable({ mode: "row" });
});