yh-mobile-components 1.4.9 → 1.4.10

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/info/yhmList.vue +1 -0
  2. package/package.json +1 -1
package/info/yhmList.vue CHANGED
@@ -236,6 +236,7 @@ onActivated(() => {});
236
236
 
237
237
  defineExpose({
238
238
  getList,
239
+ keyword,
239
240
  });
240
241
  </script>
241
242
  <style lang="scss">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yh-mobile-components",
3
- "version": "1.4.9",
3
+ "version": "1.4.10",
4
4
  "description": "移动端组件封装及配置化需求",
5
5
  "main": "index.js",
6
6
  "scripts": {