@xuekl/cli-components 1.1.8 → 1.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/XklTable.vue +2 -0
  2. package/package.json +1 -1
package/XklTable.vue CHANGED
@@ -93,6 +93,8 @@ const getRef = () => {
93
93
  return XklTable.value
94
94
  }
95
95
 
96
+ table.getRef = () => XklTable.value
97
+
96
98
  defineExpose({
97
99
  getRef
98
100
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuekl/cli-components",
3
- "version": "1.1.8",
3
+ "version": "1.1.9",
4
4
  "description": "",
5
5
  "main": "index.ts",
6
6
  "scripts": {