cosey 0.6.10 → 0.6.11

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.
@@ -41,7 +41,8 @@ var stdin_default = defineComponent({
41
41
  }), {
42
42
  default: () => [withDirectives(createVNode(ElIcon, {
43
43
  "class": "is-loading",
44
- "color": token.value.colorPrimary
44
+ "color": token.value.colorWhite,
45
+ "size": token.value.fontSizeXL
45
46
  }, {
46
47
  default: () => [createVNode(Loading, null, null)]
47
48
  }), [[vShow, loading.value]]), withDirectives(createVNode("canvas", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cosey",
3
- "version": "0.6.10",
3
+ "version": "0.6.11",
4
4
  "description": "基于 Vue3 + vite 的后台管理系统框架",
5
5
  "type": "module",
6
6
  "main": "index.js",