1 |
- {"remainingRequest":"/Users/caoge/Desktop/地质现场/VehicleMonitor-WEB/node_modules/vue-loader/lib/index.js??vue-loader-options!/Users/caoge/Desktop/地质现场/VehicleMonitor-WEB/src/layout/components/Sidebar/Item.vue?vue&type=style&index=0&id=31ea41b3&scoped=true&lang=css","dependencies":[{"path":"/Users/caoge/Desktop/地质现场/VehicleMonitor-WEB/src/layout/components/Sidebar/Item.vue","mtime":1708395041882},{"path":"/Users/caoge/Desktop/地质现场/VehicleMonitor-WEB/node_modules/css-loader/dist/cjs.js","mtime":1708395146948},{"path":"/Users/caoge/Desktop/地质现场/VehicleMonitor-WEB/node_modules/vue-loader/lib/loaders/stylePostLoader.js","mtime":1708395147772},{"path":"/Users/caoge/Desktop/地质现场/VehicleMonitor-WEB/node_modules/postcss-loader/src/index.js","mtime":1708395147225},{"path":"/Users/caoge/Desktop/地质现场/VehicleMonitor-WEB/node_modules/cache-loader/dist/cjs.js","mtime":1708395146433},{"path":"/Users/caoge/Desktop/地质现场/VehicleMonitor-WEB/node_modules/vue-loader/lib/index.js","mtime":1708395147382}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:CgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg0KLnN1Yi1lbC1pY29uIHsNCiAgY29sb3I6IGN1cnJlbnRDb2xvcjsNCiAgd2lkdGg6IDFlbTsNCiAgaGVpZ2h0OiAxZW07DQp9DQo="},{"version":3,"sources":["Item.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmCA;AACA;AACA;AACA;AACA","file":"Item.vue","sourceRoot":"src/layout/components/Sidebar","sourcesContent":["<script>\r\nexport default {\r\n name: 'MenuItem',\r\n functional: true,\r\n props: {\r\n icon: {\r\n type: String,\r\n default: ''\r\n },\r\n title: {\r\n type: String,\r\n default: ''\r\n }\r\n },\r\n render(h, context) {\r\n const { icon, title } = context.props\r\n const vnodes = []\r\n\r\n if (icon) {\r\n if (icon.includes('el-icon')) {\r\n vnodes.push(<i class={[icon, 'sub-el-icon']} />)\r\n } else {\r\n vnodes.push(<svg-icon icon-class={icon}/>)\r\n }\r\n }\r\n\r\n if (title) {\r\n vnodes.push(<span slot='title'>{(title)}</span>)\r\n }\r\n return vnodes\r\n }\r\n}\r\n</script>\r\n\r\n<style scoped>\r\n.sub-el-icon {\r\n color: currentColor;\r\n width: 1em;\r\n height: 1em;\r\n}\r\n</style>\r\n"]}]}
|