lotrekagency / mapo

🥭 Our Nuxt module to simplify the making of administration panels, and authenticated web applications.
MIT License
10 stars 3 forks source link

Customizable dialog of ListQuickEdit #17

Closed Freder211 closed 2 years ago

Freder211 commented 2 years ago

Added a prop called "dialogProps" in the ListQuickEdit component. This prop is of type object. It is passed to the inner component v-dialog through v-bind. This prop defaults to the previous hard coded props: width: 600 and scrollable: true This way the component is completely backward compatibile with previous implementations.