@nsshunt/stsvueutils 1.1.2 → 1.1.3
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/stsvueutils.mjs
CHANGED
|
@@ -7077,7 +7077,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent$1({
|
|
|
7077
7077
|
props: {
|
|
7078
7078
|
showFormValues: { type: Boolean, default: true }
|
|
7079
7079
|
},
|
|
7080
|
-
setup(__props) {
|
|
7080
|
+
setup(__props, { expose: __expose }) {
|
|
7081
7081
|
onMounted(() => {
|
|
7082
7082
|
console.log(chalk$1.green("onMounted"));
|
|
7083
7083
|
});
|
|
@@ -7128,6 +7128,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent$1({
|
|
|
7128
7128
|
description: "Some description for checkbox 2"
|
|
7129
7129
|
}
|
|
7130
7130
|
]);
|
|
7131
|
+
__expose({
|
|
7132
|
+
formData
|
|
7133
|
+
});
|
|
7131
7134
|
return (_ctx, _cache) => {
|
|
7132
7135
|
return openBlock(), createBlock(VContainer, { class: "yellowgreen" }, {
|
|
7133
7136
|
default: withCtx(() => [
|