@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.esm.js
CHANGED
|
@@ -23302,8 +23302,6 @@ const formData = inject("formData");
|
|
|
23302
23302
|
const formProps = inject("formProps");
|
|
23303
23303
|
const scopeThis = inject("scopeThis");
|
|
23304
23304
|
|
|
23305
|
-
console.log('测试 000', formProps);
|
|
23306
|
-
|
|
23307
23305
|
const style = reactive({
|
|
23308
23306
|
collapse: styleModule.collapse,
|
|
23309
23307
|
field_box: styleModule.field_box,
|
|
@@ -23596,12 +23594,14 @@ var ly0default$1 = {
|
|
|
23596
23594
|
|
|
23597
23595
|
var script$d = {
|
|
23598
23596
|
__name: 'index',
|
|
23599
|
-
props: ["
|
|
23597
|
+
props: ["myProps", "scopeThis"],
|
|
23600
23598
|
setup(__props) {
|
|
23601
23599
|
|
|
23602
23600
|
const props = __props;
|
|
23603
23601
|
const myProps_box = ref(Object.assign({}, ly0default$1.myProps, props.myProps));
|
|
23604
23602
|
|
|
23603
|
+
console.log('测试 000 menu', myProps_box);
|
|
23604
|
+
|
|
23605
23605
|
const handleRun = (
|
|
23606
23606
|
index, // 目标索引
|
|
23607
23607
|
menu, // 当前菜单
|