fix(BasicTable): ref table (#3327)

This commit is contained in:
xingyu 2023-11-23 17:41:37 +08:00 committed by GitHub
parent 7191ebc122
commit c8744a057e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@
emit('register', tableAction, formActions);
defineExpose({ ...tableAction });
defineExpose({ tableElRef, ...tableAction });
</script>
<style lang="less">
@border-color: #cecece4d;