hz-zhhq-web/node_modules/.cache/babel-loader/ee5a4f9ff6dfa74589aac00a339...

1 line
2.8 KiB
JSON

{"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\\index.vue?vue&type=script&lang=js","dependencies":[{"path":"E:\\hz-zhhq-web\\src\\layout\\index.vue","mtime":1737610069394},{"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\nvar _interopRequireDefault = require(\"E:/hz-zhhq-web/node_modules/@babel/runtime/helpers/interopRequireDefault.js\");\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.default = void 0;\nvar _objectSpread2 = _interopRequireDefault(require(\"E:/hz-zhhq-web/node_modules/@babel/runtime/helpers/objectSpread2.js\"));\nvar _components = require(\"./components\");\nvar _ResizeHandler = _interopRequireDefault(require(\"./mixin/ResizeHandler\"));\nvar _vuex = require(\"vuex\");\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n// import RightPanel from '@/components/RightPanel'\nvar _default = exports.default = {\n name: 'Layout',\n components: {\n AppMain: _components.AppMain,\n Navbar: _components.Navbar,\n // RightPanel,\n Settings: _components.Settings,\n Sidebar: _components.Sidebar,\n TagsView: _components.TagsView\n },\n mixins: [_ResizeHandler.default],\n computed: (0, _objectSpread2.default)((0, _objectSpread2.default)({}, (0, _vuex.mapState)({\n sidebar: function sidebar(state) {\n return state.app.sidebar;\n },\n device: function device(state) {\n return state.app.device;\n },\n showSettings: function showSettings(state) {\n return state.settings.showSettings;\n },\n needTagsView: function needTagsView(state) {\n return state.settings.tagsView;\n },\n fixedHeader: function fixedHeader(state) {\n return state.settings.fixedHeader;\n }\n })), {}, {\n classObj: function classObj() {\n return {\n hideSidebar: !this.sidebar.opened,\n openSidebar: this.sidebar.opened,\n withoutAnimation: this.sidebar.withoutAnimation,\n mobile: this.device === 'mobile'\n };\n }\n }),\n methods: {\n handleClickOutside: function handleClickOutside() {\n this.$store.dispatch('app/closeSideBar', {\n withoutAnimation: false\n });\n }\n }\n};",null]}