File tree 6 files changed +10
-8
lines changed
6 files changed +10
-8
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/v5.4.0 .zip )
49
+ - [ Download the latest release] ( https://github.com/coreui/coreui-vue/archive/v5.4.1 .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 1
1
{
2
2
"npmClient" : " yarn" ,
3
3
"packages" : [" packages/*" ],
4
- "version" : " 5.4.0 " ,
4
+ "version" : " 5.4.1 " ,
5
5
"$schema" : " node_modules/lerna/schemas/lerna-schema.json"
6
6
}
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/v5.4.0 .zip )
49
+ - [ Download the latest release] ( https://github.com/coreui/coreui-vue/archive/v5.4.1 .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 1
1
{
2
2
"name" : " @coreui/vue" ,
3
- "version" : " 5.4.0 " ,
3
+ "version" : " 5.4.1 " ,
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 @@ -8,6 +8,8 @@ import CNavItem from '@coreui/vue/src/components/nav/CNavItem'
8
8
9
9
#### Props
10
10
11
- | Prop name | Description | Type | Values | Default |
12
- | --------- | --------------------------------------------------------------------------------------- | ------ | ------ | ------- |
13
- | ** as** | Component used for the root node. Either a string to use a HTML element or a component. | string | - | 'li' |
11
+ | Prop name | Description | Type | Values | Default |
12
+ | ------------ | --------------------------------------------------------------------------------------- | ------- | ------ | ------- |
13
+ | ** active** | Toggle the active state for the component. | boolean | - | - |
14
+ | ** as** | Component used for the root node. Either a string to use a HTML element or a component. | string | - | 'li' |
15
+ | ** disabled** | Toggle the disabled state for the component. | boolean | - | - |
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @coreui/vue-docs" ,
3
- "version" : " 5.4.0 " ,
3
+ "version" : " 5.4.1 " ,
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