@yoooloo42/joker 1.0.88 → 1.0.89
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 +3 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +3 -3
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -23306,8 +23306,6 @@ const formData = vue.inject("formData");
|
|
|
23306
23306
|
const formProps = vue.inject("formProps");
|
|
23307
23307
|
const scopeThis = vue.inject("scopeThis");
|
|
23308
23308
|
|
|
23309
|
-
console.log('测试 000', formProps);
|
|
23310
|
-
|
|
23311
23309
|
const style = vue.reactive({
|
|
23312
23310
|
collapse: styleModule.collapse,
|
|
23313
23311
|
field_box: styleModule.field_box,
|
|
@@ -23600,12 +23598,14 @@ var ly0default$1 = {
|
|
|
23600
23598
|
|
|
23601
23599
|
var script$d = {
|
|
23602
23600
|
__name: 'index',
|
|
23603
|
-
props: ["
|
|
23601
|
+
props: ["myProps", "scopeThis"],
|
|
23604
23602
|
setup(__props) {
|
|
23605
23603
|
|
|
23606
23604
|
const props = __props;
|
|
23607
23605
|
const myProps_box = vue.ref(Object.assign({}, ly0default$1.myProps, props.myProps));
|
|
23608
23606
|
|
|
23607
|
+
console.log('测试 000 menu', myProps_box);
|
|
23608
|
+
|
|
23609
23609
|
const handleRun = (
|
|
23610
23610
|
index, // 目标索引
|
|
23611
23611
|
menu, // 当前菜单
|