执行过npm install命令的vue-element-admin源码
康凯
2022-05-20 aa4c235a8ca67ea8b731f90c951a465e92c0a865
1
{"remainingRequest":"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=style&index=0&id=0fdd3898&scoped=true&lang=css&","dependencies":[{"path":"D:\\源码\\vue-element-admin-master\\src\\views\\error-log\\index.vue","mtime":1649647926000},{"path":"D:\\源码\\vue-element-admin-master\\node_modules\\css-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\源码\\vue-element-admin-master\\node_modules\\vue-loader\\lib\\loaders\\stylePostLoader.js","mtime":499162500000},{"path":"D:\\源码\\vue-element-admin-master\\node_modules\\postcss-loader\\src\\index.js","mtime":499162500000},{"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:CgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCi5lcnJQYWdlLWNvbnRhaW5lciB7CiAgcGFkZGluZzogMzBweDsKfQo="},{"version":3,"sources":["index.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AA4BA;AACA;AACA","file":"index.vue","sourceRoot":"src/views/error-log","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"]}]}