bt-core-app 1.4.859 → 1.4.861
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/bt-core-app.js +3 -1
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -24918,7 +24918,9 @@ const FF = ch("v-alert-title"), RF = ["success", "info", "warning", "error"], zF
|
|
|
24918
24918
|
key: 0,
|
|
24919
24919
|
isMobile: _(m).isMobile.value,
|
|
24920
24920
|
bladeData: _(m).bladeData
|
|
24921
|
-
})
|
|
24921
|
+
}, () => [
|
|
24922
|
+
E[4] || (E[4] = Oe("test"))
|
|
24923
|
+
]),
|
|
24922
24924
|
y(kr, {
|
|
24923
24925
|
modelValue: C.value,
|
|
24924
24926
|
"onUpdate:modelValue": E[3] || (E[3] = (P) => C.value = P),
|
package/package.json
CHANGED