File tree 8 files changed +8
-8
lines changed
8 files changed +8
-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/v4.8.0 .zip )
49
+ - [ Download the latest release] ( https://github.com/coreui/coreui-vue/archive/v4.8.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 4
4
" packages/*"
5
5
],
6
6
"useWorkspaces" : true ,
7
- "version" : " 4.8.0 "
7
+ "version" : " 4.8.1 "
8
8
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @coreui/vue" ,
3
- "version" : " 4.8.0 " ,
3
+ "version" : " 4.8.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 @@ -72,7 +72,7 @@ const CFormCheck = defineComponent({
72
72
/**
73
73
* Put checkboxes or radios on the opposite side.
74
74
*
75
- * @sinve 4.8.0
75
+ * @since 4.8.0
76
76
*/
77
77
reverse : Boolean ,
78
78
/**
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ const CFormSwitch = defineComponent({
25
25
/**
26
26
* Put checkboxes or radios on the opposite side.
27
27
*
28
- * @sinve 4.8.0
28
+ * @since 4.8.0
29
29
*/
30
30
reverse : Boolean ,
31
31
/**
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import CFormCheck from '@coreui/vue/src/components/form/CFormCheck'
21
21
| ** invalid** | Set component validation state to invalid. | boolean | - | - |
22
22
| ** label** | The element represents a caption for a component. | string | - | - |
23
23
| ** model-value** | The default name for a value passed using v-model. | boolean\| string | - | - |
24
- | ** reverse** | Put checkboxes or radios on the opposite side.<br />` @sinve ` 4.8.0 | boolean | - | - |
24
+ | ** reverse** | Put checkboxes or radios on the opposite side.<br />` @since ` 4.8.0 | boolean | - | - |
25
25
| ** tooltip-feedback** <br ><div class =" badge bg-primary " >4.3.0+</div > | Display validation feedback in a styled tooltip. | boolean | - | - |
26
26
| ** type** | Specifies the type of component. | string | ` 'checkbox' ` , ` 'radio' ` | 'checkbox' |
27
27
| ** valid** | Set component validation state to valid. | boolean | - | - |
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import CFormSwitch from '@coreui/vue/src/components/form/CFormSwitch'
14
14
| ** invalid** | Set component validation state to invalid. | boolean | - | - |
15
15
| ** label** | The element represents a caption for a component. | string | - | - |
16
16
| ** model-value** | The default name for a value passed using v-model. | boolean\| string | - | - |
17
- | ** reverse** | Put checkboxes or radios on the opposite side.<br />` @sinve ` 4.8.0 | boolean | - | - |
17
+ | ** reverse** | Put checkboxes or radios on the opposite side.<br />` @since ` 4.8.0 | boolean | - | - |
18
18
| ** size** | Size the component large or extra large. Works only with ` switch ` . | string | ` 'lg' \| 'xl' ` | - |
19
19
| ** type** | Specifies the type of component. | string | ` 'checkbox' ` , ` 'radio' ` | 'checkbox' |
20
20
| ** valid** | Set component validation state to valid. | boolean | - | - |
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @coreui/vue-docs" ,
3
- "version" : " 4.8.0 " ,
3
+ "version" : " 4.8.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