You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
2.1 KiB
1 line
2.1 KiB
{"remainingRequest":"D:\\code\\vue\\front\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\code\\vue\\front\\src\\components\\Breadcrumb.vue?vue&type=style&index=0&id=6f46de9a&lang=css&scoped=true","dependencies":[{"path":"D:\\code\\vue\\front\\src\\components\\Breadcrumb.vue","mtime":1709633798000},{"path":"D:\\code\\vue\\front\\node_modules\\css-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\code\\vue\\front\\node_modules\\vue-loader\\lib\\loaders\\stylePostLoader.js","mtime":499162500000},{"path":"D:\\code\\vue\\front\\node_modules\\postcss-loader\\src\\index.js","mtime":499162500000},{"path":"D:\\code\\vue\\front\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\code\\vue\\front\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:Ci5icmVhZGNydW1iIHsKICB3aWR0aDogMTAwMHB4OwogIGhlaWdodDogNjBweDsKICBsaW5lLWhlaWdodDogNjBweDsKICBtYXJnaW46IDE1cHggYXV0byA1MHB4OwogIGJvcmRlci1yYWRpdXM6IDVweDsKICBiYWNrZ3JvdW5kLWNvbG9yOiAjZjkwOwogIHBhZGRpbmctbGVmdDogMTBweDsKfQo="},{"version":3,"sources":["Breadcrumb.vue"],"names":[],"mappings":";AAoCA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"Breadcrumb.vue","sourceRoot":"src/components","sourcesContent":["<template>\r\n <div class=\"breadcrumb\">\r\n <el-breadcrumb :separator=\"separator\">\r\n <el-breadcrumb-item>首页</el-breadcrumb-item>\r\n <el-breadcrumb-item v-for=\"(item, index) in breadcrumbItem\" :key=\"index\">{{item.name}}</el-breadcrumb-item>\r\n </el-breadcrumb>\r\n </div>\r\n</template>\r\n\r\n<script>\r\n export default {\r\n name: 'Breadcrumb',\r\n props: {\r\n separator: {\r\n type: String,\r\n default: '/'\r\n },\r\n breadcrumbItem: {\r\n type: Array,\r\n default: () => []\r\n }\r\n }\r\n }\r\n</script>\r\n\r\n<style lang='css' scoped>\r\n .breadcrumb {\r\n width: 1000px;\r\n height: 60px;\r\n line-height: 60px;\r\n margin: 15px auto 50px;\r\n border-radius: 5px;\r\n background-color: #f90;\r\n padding-left: 10px;\r\n }\r\n</style>"]}]} |