{"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\\table\\dynamic-table\\index.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\源码\\vue-element-admin-master\\src\\views\\table\\dynamic-table\\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:Ly8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KaW1wb3J0IEZpeGVkVGhlYWQgZnJvbSAnLi9jb21wb25lbnRzL0ZpeGVkVGhlYWQnOwppbXBvcnQgVW5maXhlZFRoZWFkIGZyb20gJy4vY29tcG9uZW50cy9VbmZpeGVkVGhlYWQnOwpleHBvcnQgZGVmYXVsdCB7CiAgbmFtZTogJ0R5bmFtaWNUYWJsZScsCiAgY29tcG9uZW50czogewogICAgRml4ZWRUaGVhZDogRml4ZWRUaGVhZCwKICAgIFVuZml4ZWRUaGVhZDogVW5maXhlZFRoZWFkCiAgfQp9Ow=="},{"version":3,"mappings":";;;;;;;;;;;;;;AAeA;AACA;AAEA;EACAA,oBADA;EAEAC;IAAAC;IAAAC;EAAA;AAFA","names":["name","components","FixedThead","UnfixedThead"],"sourceRoot":"src/views/table/dynamic-table","sources":["index.vue"],"sourcesContent":["<template>\n <div class=\"app-container\">\n <div style=\"margin:0 0 5px 20px\">\n Fixed header, sorted by header order,\n </div>\n <fixed-thead />\n\n <div style=\"margin:30px 0 5px 20px\">\n Not fixed header, sorted by click order\n </div>\n <unfixed-thead />\n </div>\n</template>\n\n<script>\nimport FixedThead from './components/FixedThead'\nimport UnfixedThead from './components/UnfixedThead'\n\nexport default {\n name: 'DynamicTable',\n components: { FixedThead, UnfixedThead }\n}\n</script>\n\n"]}]}
|