File tree 6 files changed +1177
-1189
lines changed
6 files changed +1177
-1189
lines changed Original file line number Diff line number Diff line change 46
46
47
47
Several quick start options are available:
48
48
49
- - [ Download the latest release] ( https://github.com/coreui/coreui-vue/archive/v4.7 .0.zip )
49
+ - [ Download the latest release] ( https://github.com/coreui/coreui-vue/archive/v4.8 .0.zip )
50
50
- Clone the repo: ` git clone https://github.com/coreui/coreui-vue.git `
51
51
- Install with [ npm] ( https://www.npmjs.com/ ) : ` npm install @coreui/vue `
52
52
- Install with [ yarn] ( https://yarnpkg.com/ ) : ` yarn add @coreui/vue `
Original file line number Diff line number Diff line change 4
4
" packages/*"
5
5
],
6
6
"useWorkspaces" : true ,
7
- "version" : " 4.7 .0"
7
+ "version" : " 4.8 .0"
8
8
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @coreui/vue" ,
3
- "version" : " 4.7 .0" ,
3
+ "version" : " 4.8 .0" ,
4
4
"description" : " UI Components Library for Vue.js" ,
5
5
"keywords" : [
6
6
" vue" ,
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ You can also enable `<body>` scrolling with a visible backdrop.
167
167
168
168
### Static backdrop
169
169
170
- If you set a ` backdrop ` to ` static ` , your React offcanvas component will not close when clicking outside of it.
170
+ If you set a ` backdrop ` to ` static ` , your Vue offcanvas component will not close when clicking outside of it.
171
171
172
172
::: demo
173
173
<CButton color="primary" @click ="() => { visibleWithStaticBackdrop = !visibleWithStaticBackdrop }">Toggle static offcanvas</CButton >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @coreui/vue-docs" ,
3
- "version" : " 4.7 .0" ,
3
+ "version" : " 4.8 .0" ,
4
4
"scripts" : {
5
5
"api" : " vue-docgen -c build/docgen.config.js" ,
6
6
"dev" : " vuepress dev --clean-cache" ,
You can’t perform that action at this time.
0 commit comments