mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 23:23:51 +00:00
permit multiple modals in same component
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
*/
|
||||
export default {
|
||||
name: 'Modal',
|
||||
props: ['showModal', 'modalDialogClass'],
|
||||
props: ['modalDialogClass'],
|
||||
emits: ['close']
|
||||
}
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user