We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08cf0a7 + 038705f commit b718760Copy full SHA for b718760
src/components/DsfrInput/DsfrInputGroup.vue
@@ -63,12 +63,6 @@ export default defineComponent({
63
return this.errorMessage ? 'ri-alert-line' : 'ri-checkbox-circle-line'
64
},
65
66
- watch: {
67
- modelValue (nv, ov) {
68
- console.log({ nv, ov })
69
- },
70
71
-
72
})
73
</script>
74
src/components/DsfrSideMenu/DsfrSideMenu.vue
@@ -46,7 +46,6 @@ const collapseStyle = computed(() => {
46
return baseStyle
47
48
watch(expanded, (isExpanded) => {
49
- console.log(isExpanded)
50
if (!isExpanded) {
51
collapsing.value = true
52
setTimeout(() => { collapsing.value = false }, 300)
0 commit comments