@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.cjs.js
CHANGED
|
@@ -40153,7 +40153,7 @@ return (_ctx, _cache) => {
|
|
|
40153
40153
|
|
|
40154
40154
|
return (vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
|
|
40155
40155
|
vue.createCommentVNode(" 置顶菜单 "),
|
|
40156
|
-
(__props.myProps.menu && __props.myProps.menu.length > 0)
|
|
40156
|
+
(__props.myProps.menu && __props.myProps.menu.menu && __props.myProps.menu.menu.length > 0)
|
|
40157
40157
|
? (vue.openBlock(), vue.createBlock(_component_ly0Menu, {
|
|
40158
40158
|
key: 0,
|
|
40159
40159
|
myProps: __props.myProps.menu
|
|
@@ -40360,7 +40360,6 @@ var script$d = {
|
|
|
40360
40360
|
setup(__props) {
|
|
40361
40361
|
|
|
40362
40362
|
const props = __props;
|
|
40363
|
-
|
|
40364
40363
|
const myProps0 = vue.ref(Object.assign({}, ly0default$2.myProps, props.myProps));
|
|
40365
40364
|
|
|
40366
40365
|
return (_ctx, _cache) => {
|