Skip to content

Commit

Permalink
Code: コメントを更新
Browse files Browse the repository at this point in the history
Co-authored-by: Hiroshiba <[email protected]>
  • Loading branch information
sevenc-nanashi and Hiroshiba authored Oct 19, 2024
1 parent 9d98019 commit e21e618
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/Dialog/Dialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ export const showWarningDialog = async (options: TextWarningDialogOptions) => {

return index === 1 ? "OK" : "CANCEL";
};

export const showQuestionDialog = async (
options: TextQuestionDialogOptions,
) => {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Dialog/TextDialog/MessageDialog.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
ブラウザ版のメッセージダイアログ
メッセージダイアログ
QuasarのDialog Pluginから呼ぶことを想定。
参照:https://quasar.dev/quasar-plugins/dialog
-->
Expand Down

0 comments on commit e21e618

Please sign in to comment.