@xilonglab/vue-main 0.8.1 → 0.8.5

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": "@xilonglab/vue-main",
3
- "version": "0.8.1",
3
+ "version": "0.8.5",
4
4
  "description": "xilong vue main",
5
5
  "main": "packages/index.js",
6
6
  "scripts": {
@@ -195,9 +195,9 @@ const { refs, api, params, obj, chartOptions, total } = inject('injections')
195
195
  </template>
196
196
  </el-row>
197
197
  <slot name="items" />
198
- </xl-form-dialog-2>
198
+ </xl-table-form-dialog>
199
199
  <slot name="others" />
200
- <xl-message-dialog :ref="refs.deleteDialog" message="确认删除?" @confirm="() => api.delete()" />
200
+ <xl-message-dialog l="确认删除?" :ref="refs.deleteDialog" @confirm="() => api.delete()" />
201
201
  </div>
202
202
  </template>
203
203