File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4646
4747Several quick start options are available:
4848
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 )
5050- Clone the repo: ` git clone https://github.com/coreui/coreui-vue.git `
5151- Install with [ npm] ( https://www.npmjs.com/ ) : ` npm install @coreui/vue `
5252- Install with [ yarn] ( https://yarnpkg.com/ ) : ` yarn add @coreui/vue `
Original file line number Diff line number Diff line change 44 " packages/*"
55 ],
66 "useWorkspaces" : true ,
7- "version" : " 4.8.0 "
7+ "version" : " 4.8.1 "
88}
Original file line number Diff line number Diff line change 11{
22 "name" : " @coreui/vue" ,
3- "version" : " 4.8.0 " ,
3+ "version" : " 4.8.1 " ,
44 "description" : " UI Components Library for Vue.js" ,
55 "keywords" : [
66 " vue" ,
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ const CFormCheck = defineComponent({
7272 /**
7373 * Put checkboxes or radios on the opposite side.
7474 *
75- * @sinve 4.8.0
75+ * @since 4.8.0
7676 */
7777 reverse : Boolean ,
7878 /**
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ const CFormSwitch = defineComponent({
2525 /**
2626 * Put checkboxes or radios on the opposite side.
2727 *
28- * @sinve 4.8.0
28+ * @since 4.8.0
2929 */
3030 reverse : Boolean ,
3131 /**
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import CFormCheck from '@coreui/vue/src/components/form/CFormCheck'
2121| ** invalid** | Set component validation state to invalid. | boolean | - | - |
2222| ** label** | The element represents a caption for a component. | string | - | - |
2323| ** 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 | - | - |
2525| ** tooltip-feedback** <br ><div class =" badge bg-primary " >4.3.0+</div > | Display validation feedback in a styled tooltip. | boolean | - | - |
2626| ** type** | Specifies the type of component. | string | ` 'checkbox' ` , ` 'radio' ` | 'checkbox' |
2727| ** 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'
1414| ** invalid** | Set component validation state to invalid. | boolean | - | - |
1515| ** label** | The element represents a caption for a component. | string | - | - |
1616| ** 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 | - | - |
1818| ** size** | Size the component large or extra large. Works only with ` switch ` . | string | ` 'lg' \| 'xl' ` | - |
1919| ** type** | Specifies the type of component. | string | ` 'checkbox' ` , ` 'radio' ` | 'checkbox' |
2020| ** valid** | Set component validation state to valid. | boolean | - | - |
Original file line number Diff line number Diff line change 11{
22 "name" : " @coreui/vue-docs" ,
3- "version" : " 4.8.0 " ,
3+ "version" : " 4.8.1 " ,
44 "scripts" : {
55 "api" : " vue-docgen -c build/docgen.config.js" ,
66 "dev" : " vuepress dev --clean-cache" ,
You can’t perform that action at this time.
0 commit comments