File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1+ templates /
12packages /
23examples /
34public /
45dist /
56src /
67
8+ Guide.md
79vue.config.js
810babel.config.js
911.travis.yml
Original file line number Diff line number Diff line change 44 <el-aside width =" 240px" >
55 <el-scrollbar class =" full-screen-height" >
66 <ul class =" componet-list" >
7- <li v-for =" vo in componets" :key =" vo.name" @click = " clickHandler(vo.name) " >
7+ <li v-for =" vo in componets" :key =" vo.name" >
88 <router-link :to =" { path: '/docs/' + vo.name }" >
9- <el-link :type =" vo.name === activeName ? 'primary' : 'default'" >
9+ <el-link :type =" vo.name === activeName ? 'primary' : 'default'" @click = " clickHandler(vo.name) " >
1010 {{vo.title}}
1111 </el-link >
1212 </router-link >
Original file line number Diff line number Diff line change @@ -63,10 +63,10 @@ export default defineComponent({
6363<style lang="scss" scoped>
6464$height : 80px ;
6565.el-header {
66+ border-bottom : 1px solid #f8f8f8 ;
6667 .container {
6768 width : 1140px ;
6869 margin : 0 auto ;
69- border-bottom : 1px solid #f8f8f8 ;
7070 }
7171 .title {
7272 font-size : 32px ;
You can’t perform that action at this time.
0 commit comments