Explorar el Código

fix(BasicTable): ref table (#3327)

xingyu hace 1 año
padre
commit
c8744a057e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/Table/src/BasicTable.vue

+ 1 - 1
src/components/Table/src/BasicTable.vue

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