@yoooloo42/joker 1.0.212 → 1.0.214
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 +0 -12
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -13
- 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,
|
|
2
|
+
import { ref, createElementBlock, openBlock, Fragment, createCommentVNode, createElementVNode, normalizeStyle, toDisplayString, unref, reactive, computed, resolveComponent, createBlock, withCtx, renderList, createTextVNode, createVNode, isRef, defineComponent, h, onMounted, onBeforeUnmount, watch, nextTick as nextTick$1, resolveDirective, withDirectives } from 'vue';
|
|
3
3
|
|
|
4
4
|
function _mergeNamespaces(n, m) {
|
|
5
5
|
m.forEach(function (e) {
|
|
@@ -24480,18 +24480,6 @@ const props = __props;
|
|
|
24480
24480
|
const myProps_box = reactive(unclassified.deepClone.deepDefaults(props.myProps, ly0default$2.myProps));
|
|
24481
24481
|
const scopeThis_box = reactive(props.scopeThis);
|
|
24482
24482
|
|
|
24483
|
-
watch(()=>props.myProps.menu, (newVal, oldVal) => {
|
|
24484
|
-
console.log('测试 000', newVal);
|
|
24485
|
-
});
|
|
24486
|
-
watch(()=>myProps_box.menu, (newVal, oldVal) => {
|
|
24487
|
-
console.log('测试 111', newVal);
|
|
24488
|
-
});
|
|
24489
|
-
|
|
24490
|
-
onMounted(()=>{
|
|
24491
|
-
console.log('测试 222', props.myProps.menu);
|
|
24492
|
-
console.log('测试 333', myProps_box.menu);
|
|
24493
|
-
});
|
|
24494
|
-
|
|
24495
24483
|
const handleRun = (
|
|
24496
24484
|
index, // 目标索引
|
|
24497
24485
|
menu, // 当前菜单
|