Proper support for alternate selectors
This commit is contained in:
parent
21cb168dfd
commit
7e4fe93c7f
4 changed files with 59 additions and 58 deletions
|
|
@ -1,6 +1,6 @@
|
|||
export default {
|
||||
name: 'Modals',
|
||||
selector: '.modal-view',
|
||||
selector: ['.modal-view', '#modal', '.shout-panel'],
|
||||
lazy: true,
|
||||
notEditable: true,
|
||||
validInnerComponents: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue