{"remainingRequest":"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\\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:Ly8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KCmltcG9ydCBGaXhlZFRoZWFkIGZyb20gJy4vY29tcG9uZW50cy9GaXhlZFRoZWFkJwppbXBvcnQgVW5maXhlZFRoZWFkIGZyb20gJy4vY29tcG9uZW50cy9VbmZpeGVkVGhlYWQnCgpleHBvcnQgZGVmYXVsdCB7CiAgbmFtZTogJ0R5bmFtaWNUYWJsZScsCiAgY29tcG9uZW50czogeyBGaXhlZFRoZWFkLCBVbmZpeGVkVGhlYWQgfQp9Cg=="},{"version":3,"sources":["index.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;AAeA;AACA;;AAEA;AACA;AACA;AACA","file":"index.vue","sourceRoot":"src/views/table/dynamic-table","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"]}]}
|