执行过npm install命令的vue-element-admin源码
康凯
2022-05-20 aa4c235a8ca67ea8b731f90c951a465e92c0a865
1
{"remainingRequest":"D:\\源码\\vue-element-admin-master\\node_modules\\babel-loader\\lib\\index.js!D:\\源码\\vue-element-admin-master\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\源码\\vue-element-admin-master\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\源码\\vue-element-admin-master\\src\\views\\error-log\\index.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\源码\\vue-element-admin-master\\src\\views\\error-log\\index.vue","mtime":1649647926000},{"path":"D:\\源码\\vue-element-admin-master\\babel.config.js","mtime":1649647926000},{"path":"D:\\源码\\vue-element-admin-master\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\源码\\vue-element-admin-master\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\源码\\vue-element-admin-master\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\源码\\vue-element-admin-master\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:Ly8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KaW1wb3J0IEVycm9yQSBmcm9tICcuL2NvbXBvbmVudHMvRXJyb3JUZXN0QSc7CmltcG9ydCBFcnJvckIgZnJvbSAnLi9jb21wb25lbnRzL0Vycm9yVGVzdEInOwpleHBvcnQgZGVmYXVsdCB7CiAgbmFtZTogJ0Vycm9yTG9nJywKICBjb21wb25lbnRzOiB7CiAgICBFcnJvckE6IEVycm9yQSwKICAgIEVycm9yQjogRXJyb3JCCiAgfQp9Ow=="},{"version":3,"mappings":";;;;;;;;;;;;;;;;;AAkBA;AACA;AAEA;EACAA,gBADA;EAEAC;IAAAC;IAAAC;EAAA;AAFA","names":["name","components","ErrorA","ErrorB"],"sourceRoot":"src/views/error-log","sources":["index.vue"],"sourcesContent":["<template>\n  <div class=\"errPage-container\">\n    <ErrorA />\n    <ErrorB />\n    <h3>Please click the bug icon in the upper right corner</h3>\n    <aside>\n      Now the management system are basically the form of the spa, it enhances the user experience, but it also increases the possibility of page problems, a small negligence may lead to the entire page deadlock. Fortunately Vue provides a way to catch handling exceptions, where you can handle errors or report exceptions.\n      <a target=\"_blank\" class=\"link-type\" href=\"https://panjiachen.github.io/vue-element-admin-site/guide/advanced/error.html\">\n        Document introduction\n      </a>\n    </aside>\n    <a href=\"#\">\n      <img src=\"https://wpimg.wallstcn.com/360e4842-4db5-42d0-b078-f9a84a825546.gif\">\n    </a>\n  </div>\n</template>\n\n<script>\nimport ErrorA from './components/ErrorTestA'\nimport ErrorB from './components/ErrorTestB'\n\nexport default {\n  name: 'ErrorLog',\n  components: { ErrorA, ErrorB }\n}\n</script>\n\n<style scoped>\n  .errPage-container {\n    padding: 30px;\n  }\n</style>\n"]}]}