@yoooloo42/joker 1.0.205 → 1.0.207
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.cjs.js +5 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +6 -5
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ElMessageBox, ElMessage } from 'element-plus';
|
|
2
|
-
import { ref, createElementBlock, openBlock, Fragment, createCommentVNode, createElementVNode, normalizeStyle, toDisplayString, unref, reactive, computed, resolveComponent, createBlock, withCtx, renderList, createTextVNode, createVNode, isRef, defineComponent, h, onMounted, onBeforeUnmount,
|
|
2
|
+
import { ref, createElementBlock, openBlock, Fragment, createCommentVNode, createElementVNode, normalizeStyle, toDisplayString, unref, reactive, computed, resolveComponent, createBlock, withCtx, renderList, createTextVNode, createVNode, isRef, watch, defineComponent, h, onMounted, onBeforeUnmount, nextTick as nextTick$1, resolveDirective, withDirectives } from 'vue';
|
|
3
3
|
|
|
4
4
|
function _mergeNamespaces(n, m) {
|
|
5
5
|
m.forEach(function (e) {
|
|
@@ -24468,12 +24468,13 @@ var script$g = {
|
|
|
24468
24468
|
setup(__props) {
|
|
24469
24469
|
|
|
24470
24470
|
const props = __props;
|
|
24471
|
-
const myProps_box = reactive(unclassified.deepClone.
|
|
24472
|
-
unclassified.deepClone.deepClone(ly0default$2.myProps),
|
|
24473
|
-
props.myProps
|
|
24474
|
-
));
|
|
24471
|
+
const myProps_box = reactive(unclassified.deepClone.deepDefaults(props.myProps, ly0default$2.myProps));
|
|
24475
24472
|
const scopeThis_box = reactive(props.scopeThis);
|
|
24476
24473
|
|
|
24474
|
+
watch(()=>myProps_box.menu, (newVal, oldVal) => {
|
|
24475
|
+
console.log(newVal);
|
|
24476
|
+
});
|
|
24477
|
+
|
|
24477
24478
|
const handleRun = (
|
|
24478
24479
|
index, // 目标索引
|
|
24479
24480
|
menu, // 当前菜单
|