add 'none' keyword to PISS shadow definiton that equals empty array
This commit is contained in:
parent
a8092de638
commit
ab8907909b
5 changed files with 16 additions and 6 deletions
|
|
@ -16,7 +16,8 @@ export default {
|
|||
{
|
||||
directives: {
|
||||
background: '#ffffff',
|
||||
opacity: 0
|
||||
opacity: 0,
|
||||
shadow: []
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue