@yoooloo42/joker 1.0.56 → 1.0.57
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 +1 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -40149,7 +40149,7 @@ return (_ctx, _cache) => {
|
|
|
40149
40149
|
|
|
40150
40150
|
return (openBlock(), createElementBlock(Fragment, null, [
|
|
40151
40151
|
createCommentVNode(" 置顶菜单 "),
|
|
40152
|
-
(__props.myProps.menu && __props.myProps.menu.length > 0)
|
|
40152
|
+
(__props.myProps.menu && __props.myProps.menu.menu && __props.myProps.menu.menu.length > 0)
|
|
40153
40153
|
? (openBlock(), createBlock(_component_ly0Menu, {
|
|
40154
40154
|
key: 0,
|
|
40155
40155
|
myProps: __props.myProps.menu
|
|
@@ -40356,7 +40356,6 @@ var script$d = {
|
|
|
40356
40356
|
setup(__props) {
|
|
40357
40357
|
|
|
40358
40358
|
const props = __props;
|
|
40359
|
-
|
|
40360
40359
|
const myProps0 = ref(Object.assign({}, ly0default$2.myProps, props.myProps));
|
|
40361
40360
|
|
|
40362
40361
|
return (_ctx, _cache) => {
|