Skip to content

Commit

Permalink
Remove compatConfig settings in components
Browse files Browse the repository at this point in the history
  • Loading branch information
dschmidt committed Jan 23, 2023
1 parent cd176c2 commit 7a2b211
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export default defineComponent({
name: 'OcCheckbox',
status: 'ready',
release: '1.0.0',
compatConfig: { MODE: 3 },
props: {
/**
* Id for the checkbox. If it's empty, a generated one will be used.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ import 'v-calendar/dist/style.css'
* Datepicker component based on [v-calendar](https://vcalendar.io/). For detailed documentation, please visit https://vcalendar.io/vue-3.html
*/
export default defineComponent({
compatConfig: {
MODE: 3
},
name: 'OcDatepicker',
status: 'ready',
release: '1.0.0',
Expand Down
1 change: 0 additions & 1 deletion packages/design-system/src/components/OcRadio/OcRadio.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export default defineComponent({
name: 'OcRadio',
status: 'ready',
release: '1.0.0',
compatConfig: { MODE: 3 },
props: {
/**
* Id for the radio. If it's empty, a generated one will be used.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export default defineComponent({
name: 'OcSelect',
status: 'ready',
release: '4.3.0',
compatConfig: { MODE: 3 },
components: { VueSelect },
inheritAttrs: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ export default defineComponent({
status: 'ready',
release: '1.0.0',
inheritAttrs: false,
compatConfig: {
COMPONENT_V_MODEL: false
},
props: {
/**
* The ID of the element.
Expand Down

0 comments on commit 7a2b211

Please sign in to comment.