vue2-client 1.20.26 → 1.20.27

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue2-client",
3
- "version": "1.20.26",
3
+ "version": "1.20.27",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
@@ -68,7 +68,7 @@
68
68
  'x-workflow-progress',
69
69
  'h-ai',
70
70
  'x-markdown',
71
- 'x-Markdown-Section'
71
+ 'x-markdown-section'
72
72
  ].includes(cell.slotType)">
73
73
  <component
74
74
  :is="getComponentName(cell.slotConfig, cell.serviceName, cell.slotType)"
@@ -152,7 +152,7 @@
152
152
  'x-workflow-progress',
153
153
  'h-ai',
154
154
  'x-markdown',
155
- 'x-Markdown-Section'
155
+ 'x-markdown-section'
156
156
  ].includes(cell.slotType)">
157
157
  <component
158
158
  :is="getComponentName(cell.slotConfig, cell.serviceName, cell.slotType)"