el-plus-crud 0.1.67 → 0.1.68

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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.1.68](https://github.com/KDJack/el-plus-crud/compare/v0.1.67...v0.1.68) (2026-06-11)
6
+
5
7
  ### 0.1.67 (2026-06-11)
6
8
 
7
9
 
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * 这里加载当前文件夹下的所有Vue组件
3
3
  */
4
- const modulesFiles = import.meta.globEager('./*.vue')
4
+ const modulesFiles = import.meta.glob('./*.vue', { eager: true })
5
5
 
6
6
  const components: any[] = []
7
7
  const typeList: String[] = []
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "el-plus-crud",
3
3
  "description": "采用Vue3 + TS,封装的element-plus数据驱动表单、列表组件",
4
4
  "author": "K.D.Jack",
5
- "version": "0.1.67",
5
+ "version": "0.1.68",
6
6
  "license": "MIT",
7
7
  "private": false,
8
8
  "main": "dist/el-plus-crud.mjs",