File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed
.vuepress/theme-coreui/src/client/components Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
- <CAlert color =" light" class =" d-flex justify-content-center rounded-0 border-bottom mb-0" >
2
+ <CAlert color =" light" class =" d-flex align-items-baseline justify-content-center rounded-0 border-bottom mb-0" >
3
3
<span class =" me-3" >
4
4
If you like this project and want to help us, please give us a star ⭐️ on Github. ➡️
5
5
</span >
6
- <github-button href =" https://github.com/coreui/coreui-vue" data- size =" large " aria-label = " Star coreui/coreui-vue on GitHub " > Star</github-button >
6
+ <CButton color = " dark " component = " a " href =" https://github.com/coreui/coreui-vue" size =" sm " target = " _blank " variant = " outline " >< CIcon icon = " cib-github " /> Star</CButton >
7
7
<span class =" ms-3" >🙏</span >
8
8
</CAlert >
9
9
<CHeader class =" mb-5 elevation-0 border-bottom" position =" sticky" >
37
37
</template >
38
38
<script lang="ts">
39
39
import { defineComponent } from ' vue'
40
- import GithubButton from ' vue-github-button'
41
40
42
41
export default defineComponent ({
43
42
name: ' Header' ,
44
- components: {
45
- GithubButton
46
- },
47
43
emits: [' toggle-sidebar' ],
48
44
})
49
45
</script >
Original file line number Diff line number Diff line change 2
2
"name" : " @coreui/vue-docs" ,
3
3
"version" : " 4.2.0" ,
4
4
"config" : {
5
- "version_short" : " 4.1 "
5
+ "version_short" : " 4.2 "
6
6
},
7
7
"scripts" : {
8
8
"api" : " vue-docgen -c build/docgen.config.js" ,
19
19
"@vuepress/plugin-toc" : " ^2.0.0-beta.38" ,
20
20
"markdown-it-include" : " ^2.0.0" ,
21
21
"vue-docgen-cli" : " ^4.44.23" ,
22
- "vue-github-button" : " ^3.0.1" ,
23
22
"vuepress" : " ^2.0.0-beta.38"
24
23
}
25
24
}
You can’t perform that action at this time.
0 commit comments