inadvertently see, for example,
components: {
MyDialog,
},
<MyDialog :is-show="isShowAboutDialog" @on-close="closeDialog("isShowAboutDialog")">
</MyDialog>
<my-dialog :is-show="isShowLogDialog" @on-close="closeDialog("isShowLogDialog")">
</my-dialog>
what"s the difference between the two