dialog_modal.js (202B)
- const DialogModal = {
- props: {
- darkOverlay: {
- default: true,
- type: Boolean
- },
- onCancel: {
- default: () => {},
- type: Function
- }
- }
- }
- export default DialogModal
git clone https://hacktivis.me/git/pleroma-fe.git
dialog_modal.js (202B)
- const DialogModal = {
- props: {
- darkOverlay: {
- default: true,
- type: Boolean
- },
- onCancel: {
- default: () => {},
- type: Function
- }
- }
- }
- export default DialogModal