2025-02-25 14:04:51 +08:00
|
|
|
{"remainingRequest":"E:\\hz-zhhq-web\\node_modules\\babel-loader\\lib\\index.js!E:\\hz-zhhq-web\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!E:\\hz-zhhq-web\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!E:\\hz-zhhq-web\\src\\layout\\components\\Sidebar\\Item.vue?vue&type=script&lang=js","dependencies":[{"path":"E:\\hz-zhhq-web\\src\\layout\\components\\Sidebar\\Item.vue","mtime":1737610069393},{"path":"E:\\hz-zhhq-web\\babel.config.js","mtime":1737610069371},{"path":"E:\\hz-zhhq-web\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1740463332762},{"path":"E:\\hz-zhhq-web\\node_modules\\babel-loader\\lib\\index.js","mtime":1740463332584},{"path":"E:\\hz-zhhq-web\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1740463332762},{"path":"E:\\hz-zhhq-web\\node_modules\\vue-loader\\lib\\index.js","mtime":1740463340941}],"contextDependencies":[],"result":["\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.default = void 0;\nvar _default = exports.default = {\n name: 'MenuItem',\n functional: true,\n props: {\n icon: {\n type: String,\n default: ''\n },\n title: {\n type: String,\n default: ''\n }\n },\n render: function render(h, context) {\n var _context$props = context.props,\n icon = _context$props.icon,\n title = _context$props.title;\n var vnodes = [];\n if (icon) {\n vnodes.push(h(\"svg-icon\", {\n \"attrs\": {\n \"icon-class\": icon\n }\n }));\n }\n if (title) {\n vnodes.push(h(\"span\", {\n \"slot\": 'title'\n }, [title]));\n }\n return vnodes;\n }\n};",null]}
|