neater looks for shadow-related things

This commit is contained in:
Henry Jameson 2024-10-07 01:30:53 +03:00
commit 97c058ebda
4 changed files with 42 additions and 11 deletions

View file

@ -41,7 +41,12 @@ const toModel = (input) => {
export default {
props: [
'modelValue', 'fallback', 'separateInset', 'noPreview', 'disabled'
'modelValue',
'fallback',
'separateInset',
'noPreview',
'disabled',
'compact'
],
emits: ['update:modelValue', 'subShadowSelected'],
data () {