neater looks for shadow-related things
This commit is contained in:
parent
cfe52185f7
commit
97c058ebda
4 changed files with 42 additions and 11 deletions
|
|
@ -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 () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue