1 |
- {"remainingRequest":"D:\\wnmp\\www\\vue\\seaBlueAdmin\\node_modules\\babel-loader\\lib\\index.js!D:\\wnmp\\www\\vue\\seaBlueAdmin\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\wnmp\\www\\vue\\seaBlueAdmin\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\wnmp\\www\\vue\\seaBlueAdmin\\src\\vab\\components\\VabMenu\\components\\Submenu.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\wnmp\\www\\vue\\seaBlueAdmin\\src\\vab\\components\\VabMenu\\components\\Submenu.vue","mtime":1678954023504},{"path":"D:\\wnmp\\www\\vue\\seaBlueAdmin\\babel.config.js","mtime":1681371897685},{"path":"D:\\wnmp\\www\\vue\\seaBlueAdmin\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1681371913603},{"path":"D:\\wnmp\\www\\vue\\seaBlueAdmin\\node_modules\\babel-loader\\lib\\index.js","mtime":1681371912860},{"path":"D:\\wnmp\\www\\vue\\seaBlueAdmin\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1681371913603},{"path":"D:\\wnmp\\www\\vue\\seaBlueAdmin\\node_modules\\vue-loader\\lib\\index.js","mtime":1681371925849}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:Ly8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KZXhwb3J0IGRlZmF1bHQgewogIG5hbWU6ICJTdWJtZW51IiwKICBwcm9wczogewogICAgaXRlbTogewogICAgICB0eXBlOiBPYmplY3QsCgogICAgICBkZWZhdWx0KCkgewogICAgICAgIHJldHVybiBudWxsOwogICAgICB9CgogICAgfSwKICAgIHJvdXRlQ2hpbGRyZW46IHsKICAgICAgdHlwZTogT2JqZWN0LAoKICAgICAgZGVmYXVsdCgpIHsKICAgICAgICByZXR1cm4gbnVsbDsKICAgICAgfQoKICAgIH0KICB9LAogIG1ldGhvZHM6IHt9Cn07"},{"version":3,"mappings":";;;;;;;;;;;;;;;;;;;AAoBA;EACAA,eADA;EAEAC;IACAC;MACAC,YADA;;MAEAC;QACA;MACA;;IAJA,CADA;IAOAC;MACAF,YADA;;MAEAC;QACA;MACA;;IAJA;EAPA,CAFA;EAgBAE;AAhBA","names":["name","props","item","type","default","routeChildren","methods"],"sourceRoot":"src/vab/components/VabMenu/components","sources":["Submenu.vue"],"sourcesContent":["<template>\n <el-submenu\n ref=\"subMenu\"\n :index=\"item.fullPath\"\n :popper-append-to-body=\"false\"\n >\n <template slot=\"title\">\n <vab-remix-icon\n v-if=\"item.meta && item.meta.remixIcon\"\n :is-svg=\"item.meta.isCustomSvgIcon\"\n :icon-class=\"item.meta.remixIcon\"\n class=\"vab-remix-icon\"\n ></vab-remix-icon>\n <span>{{ item.meta.title }}</span>\n </template>\n <slot></slot>\n </el-submenu>\n</template>\n\n<script>\n export default {\n name: \"Submenu\",\n props: {\n item: {\n type: Object,\n default() {\n return null;\n },\n },\n routeChildren: {\n type: Object,\n default() {\n return null;\n },\n },\n },\n methods: {},\n };\n</script>\n"]}]}
|