hz-zhhq-web/node_modules/.cache/babel-loader/1a8f385981e3d0824940c45736a...

1 line
2.5 KiB
JSON

{"remainingRequest":"E:\\hz-zhhq-web\\node_modules\\thread-loader\\dist\\cjs.js!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":499162500000},{"path":"E:\\hz-zhhq-web\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"E:\\hz-zhhq-web\\node_modules\\babel-loader\\lib\\index.js","mtime":456789000000},{"path":"E:\\hz-zhhq-web\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"E:\\hz-zhhq-web\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["import _objectSpread from \"E:/hz-zhhq-web/node_modules/@babel/runtime/helpers/esm/objectSpread2.js\";\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\n// import RightPanel from '@/components/RightPanel'\nimport { AppMain, Navbar, Settings, Sidebar, TagsView } from \"./components\";\nimport ResizeMixin from \"./mixin/ResizeHandler\";\nimport { mapState } from 'vuex';\nexport default {\n name: 'Layout',\n components: {\n AppMain: AppMain,\n Navbar: Navbar,\n // RightPanel,\n Settings: Settings,\n Sidebar: Sidebar,\n TagsView: TagsView\n },\n mixins: [ResizeMixin],\n computed: _objectSpread(_objectSpread({}, 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]}