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
1.7 KiB

{"remainingRequest":"/Users/linhuakun/Downloads/nodejs/codewhy/node_modules/vue-loader/lib/index.js??vue-loader-options!/Users/linhuakun/Downloads/nodejs/codewhy/src/components/common/navbar/NavBar.vue?vue&type=script&lang=js&","dependencies":[{"path":"/Users/linhuakun/Downloads/nodejs/codewhy/src/components/common/navbar/NavBar.vue","mtime":1608345704861},{"path":"/Users/linhuakun/Downloads/nodejs/codewhy/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/nodejs/codewhy/node_modules/babel-loader/lib/index.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/nodejs/codewhy/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/Users/linhuakun/Downloads/nodejs/codewhy/node_modules/vue-loader/lib/index.js","mtime":499162500000}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:Ly8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KCmV4cG9ydCBkZWZhdWx0IHsKbmFtZTogIk5hdkJhciIKfQo="},{"version":3,"sources":["NavBar.vue"],"names":[],"mappings":";;;;;;;;;AASA;AACA;AACA","file":"NavBar.vue","sourceRoot":"src/components/common/navbar","sourcesContent":["<template>\n<div class=\"nav-bar\">\n <div class=\"left\"><slot name=\"left\"></slot></div>\n <div class=\"center\"><slot name=\"center\"></slot></div>\n <div class=\"right\"><slot name=\"right\"></slot></div>\n</div>\n</template>\n\n<script>\nexport default {\nname: \"NavBar\"\n}\n</script>\n\n<style scoped>\n.nav-bar{\n display: flex;\n line-height: 44px;\n height: 44px;\n text-align: center;\n box-shadow: 0 1px 1px rgba(100,100,100,.1);\n position: relative;\n z-index: 10;\n}\n.left,.right{\n width:60px;\n}\n.center{\n flex:1;\n}\n</style>\n"]}]}