format code
This commit is contained in:
parent
009a5ed024
commit
c4a92dbbc3
2 changed files with 2 additions and 3 deletions
|
|
@ -17,7 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
<template>
|
||||
<div
|
||||
class="cm-settings-section"
|
||||
:class="{'cm-settings-section--hidden': hidden}"
|
||||
:class="{ 'cm-settings-section--hidden': hidden }"
|
||||
>
|
||||
<slot></slot>
|
||||
</div>
|
||||
|
|
@ -29,6 +29,6 @@ defineProps({
|
|||
type: Boolean,
|
||||
required: false,
|
||||
default: false,
|
||||
}
|
||||
},
|
||||
})
|
||||
</script>
|
||||
|
|
|
|||
|
|
@ -255,4 +255,3 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue