@a2simcode/ui 0.0.232 → 0.0.233

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.
@@ -267,7 +267,7 @@ const schema = [
267
267
  },
268
268
  children: [
269
269
  {
270
- id: 'type',
270
+ id: 'columns.type',
271
271
  type: 'j-select',
272
272
  config: {
273
273
  label: '类型',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a2simcode/ui",
3
- "version": "0.0.232",
3
+ "version": "0.0.233",
4
4
  "description": "A Vue 3 UI Component Library",
5
5
  "type": "module",
6
6
  "main": "./dist/simcode-ui.umd.js",