diff --git a/components/ModalDialog.vue b/components/ModalDialog.vue new file mode 100644 index 0000000..df4ffc3 --- /dev/null +++ b/components/ModalDialog.vue @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + {{ title }} + + + + {{ message }} + + + {{ title }} + + + + + + + {{ busy ? busyText : confirmText }} + + + {{ cancelText }} + + + + + + + + + + +
+ {{ message }} +