\r\n \r\n \r\n \r\n\r\n\r\n\r\n\r\n\r\n","import mod from \"-!../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./PhoneInput.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./PhoneInput.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./PhoneInput.vue?vue&type=template&id=31455935\"\nimport script from \"./PhoneInput.vue?vue&type=script&lang=js\"\nexport * from \"./PhoneInput.vue?vue&type=script&lang=js\"\nimport style0 from \"./PhoneInput.vue?vue&type=style&index=0&lang=css\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","import { lazyLoadView } from \"@router/routes\";\r\n\r\nexport default [\r\n {\r\n path: \"/close\",\r\n name: \"close\",\r\n component: () => lazyLoadView(import(\"@views/close/close\"))\r\n }\r\n];\r\n","// Register each file as a corresponding Vuex module. Module nesting\r\n// will mirror [sub-]directory hierarchy and modules are namespaced\r\n// as the camelCase equivalent of their file name.\r\n\r\nimport camelCase from \"lodash/camelCase\";\r\n\r\n// https://webpack.js.org/guides/dependency-management/#require-context\r\nconst requireModule = require.context(\r\n // Search for files in the current directory\r\n \".\",\r\n // Search for files in subdirectories\r\n true,\r\n // Include any .js files that are not unit tests\r\n /^((?!\\.unit\\.).)*\\.js$/\r\n);\r\nconst root = {\r\n modules: {}\r\n};\r\n\r\nrequireModule.keys().forEach(fileName => {\r\n // Skip this file, as it's not a module\r\n if (fileName === \"./index.js\") return;\r\n\r\n // Get the module path as an array\r\n const modulePath = fileName\r\n // Remove the \"./\" from the beginning\r\n .replace(/^\\.\\//, \"\")\r\n // Remove the file extension from the end\r\n .replace(/\\.\\w+$/, \"\")\r\n // Split nested modules into an array path\r\n .split(/\\//)\r\n // camelCase all module namespaces and names\r\n .map(camelCase);\r\n\r\n // Get the modules object for the current path\r\n const { modules } = getNamespace(root, modulePath);\r\n\r\n // Add the module to our modules object\r\n modules[modulePath.pop()] = {\r\n // Modules are namespaced by default\r\n namespaced: true,\r\n ...requireModule(fileName)\r\n };\r\n\r\n // Recursively get the namespace of the module, even if nested\r\n function getNamespace(subtree, path) {\r\n if (path.length === 1) return subtree;\r\n\r\n const namespace = path.shift();\r\n subtree.modules[namespace] = {\r\n modules: {},\r\n ...subtree.modules[namespace]\r\n };\r\n return getNamespace(subtree.modules[namespace], path);\r\n }\r\n});\r\n\r\n// https://webpack.js.org/guides/dependency-management/#require-context\r\nconst requireModule2 = require.context(\r\n // Search for files in the current directory\r\n \"@views\",\r\n // Search for files in subdirectories\r\n true,\r\n // Include any .js files that are not unit tests\r\n /.*state.js$/\r\n);\r\n\r\nrequireModule2.keys().forEach(fileName => {\r\n // Get the module path as an array\r\n const modulePath = fileName\r\n // Remove the \"./\" from the beginning\r\n .replace(/^\\.\\//, \"\")\r\n // Remove the file extension from the end\r\n .replace(/\\/state\\.js$/, \"\")\r\n // Split nested modules into an array path\r\n .split(/\\//)\r\n // camelCase all module namespaces and names\r\n .map(camelCase);\r\n\r\n // Get the modules object for the current path\r\n const { modules } = getNamespace(root, modulePath);\r\n\r\n // Add the module to our modules object\r\n modules[modulePath.pop()] = {\r\n // Modules are namespaced by default\r\n namespaced: true,\r\n ...requireModule2(fileName)\r\n };\r\n\r\n // Recursively get the namespace of the module, even if nested\r\n function getNamespace(subtree, path) {\r\n if (path.length === 1) return subtree;\r\n\r\n const namespace = path.shift();\r\n subtree.modules[namespace] = {\r\n modules: {},\r\n ...subtree.modules[namespace]\r\n };\r\n return getNamespace(subtree.modules[namespace], path);\r\n }\r\n});\r\n\r\nexport default root.modules;\r\n\r\nexport function updateForm(instate, form) {\r\n Object.assign(instate.form, form); // eslint-disable-line no-param-reassign\r\n}\r\n","// import store from '@state/store'\r\nimport { lazyLoadView } from \"@router/routes\";\r\n\r\nexport default [\r\n {\r\n path: \"/\",\r\n name: \"home2\",\r\n component: () => lazyLoadView(import(\"@views/home/home\"))\r\n }\r\n];\r\n"],"sourceRoot":""}