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

View File

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