cosey 0.2.21 → 0.2.22

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.
@@ -301,15 +301,15 @@ var stdin_default = /* @__PURE__ */defineComponent({
301
301
  "hide-after": 0
302
302
  }, {
303
303
  default: withCtx(() => [createVNode(unref(ElButton), {
304
- circle: ""
304
+ circle: "",
305
+ onClick: reload
305
306
  }, {
306
307
  default: withCtx(() => [createVNode(stdin_default$3, {
307
308
  name: "co:rotate-360",
308
309
  size: "md",
309
310
  class: normalizeClass([`${unref(prefixCls)}-refresh-icon`, {
310
311
  "is-spinning": reloading.value
311
- }]),
312
- onClick: reload
312
+ }])
313
313
  }, null, 8, ["class"])]),
314
314
  _: 1
315
315
  /* STABLE */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cosey",
3
- "version": "0.2.21",
3
+ "version": "0.2.22",
4
4
  "description": "基于 Vue3 + vite 的后台管理系统框架",
5
5
  "type": "module",
6
6
  "main": "index.js",