@effect-app/vue-components 4.0.0-beta.60 → 4.0.0-beta.61

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.
@@ -1,4 +1,4 @@
1
- import { computed as e, createBlock as t, createCommentVNode as n, createElementVNode as r, defineComponent as i, mergeProps as a, openBlock as o, renderSlot as s, resolveComponent as c, toDisplayString as l, withCtx as u } from "vue";
1
+ import { computed as e, createBlock as t, createCommentVNode as n, createTextVNode as r, defineComponent as i, mergeProps as a, openBlock as o, renderSlot as s, resolveComponent as c, toDisplayString as l, withCtx as u } from "vue";
2
2
  var d = /* @__PURE__ */ i({
3
3
  name: "CommandButton",
4
4
  props: {
@@ -28,7 +28,7 @@ var d = /* @__PURE__ */ i({
28
28
  disabled: f.value,
29
29
  label: i.command.label,
30
30
  title: i.title ?? i.command.action
31
- }, () => [r("span", null, l(i.command.label), 1)])]),
31
+ }, () => [r(l(i.command.label), 1)])]),
32
32
  _: 3
33
33
  }, 16, [
34
34
  "loading",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effect-app/vue-components",
3
- "version": "4.0.0-beta.60",
3
+ "version": "4.0.0-beta.61",
4
4
  "peerDependencies": {
5
5
  "@mdi/js": "^7.4.47",
6
6
  "effect": "^4.0.0-beta.43",
@@ -57,8 +57,8 @@
57
57
  "highlight.js": "^11.11.1",
58
58
  "mitt": "^3.0.1",
59
59
  "vue3-highlightjs": "^1.0.5",
60
- "@effect-app/vue": "4.0.0-beta.60",
61
- "effect-app": "4.0.0-beta.60"
60
+ "@effect-app/vue": "4.0.0-beta.61",
61
+ "effect-app": "4.0.0-beta.61"
62
62
  },
63
63
  "scripts": {
64
64
  "check": "vue-tsc",
@@ -66,7 +66,7 @@ export default {
66
66
  :label="command.label"
67
67
  :title="title ?? command.action"
68
68
  >
69
- <span>{{ command.label }}</span>
69
+ {{ command.label }}
70
70
  </slot>
71
71
  </v-btn>
72
72
  <v-btn