@quoreadmin/ui 0.22.8 → 0.22.9
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/dist/index.js +2 -2
- package/dist/index.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11751,7 +11751,7 @@ function RO(t, e, n, r, i, o) {
|
|
|
11751
11751
|
type: "outline",
|
|
11752
11752
|
size: "sm",
|
|
11753
11753
|
color: "inkwell-30",
|
|
11754
|
-
class: "cursor-pointer mr-
|
|
11754
|
+
class: "cursor-pointer mr-1",
|
|
11755
11755
|
onClick: e[0] || (e[0] = (a) => t.updateCount(-1))
|
|
11756
11756
|
}),
|
|
11757
11757
|
P("span", DO, X(t.modelValue), 1),
|
|
@@ -11760,7 +11760,7 @@ function RO(t, e, n, r, i, o) {
|
|
|
11760
11760
|
type: "outline",
|
|
11761
11761
|
size: "sm",
|
|
11762
11762
|
color: "inkwell-30",
|
|
11763
|
-
class: "cursor-pointer ml-
|
|
11763
|
+
class: "cursor-pointer ml-1",
|
|
11764
11764
|
onClick: e[1] || (e[1] = (a) => t.updateCount(1))
|
|
11765
11765
|
})
|
|
11766
11766
|
]);
|