Leo 2 年 前
コミット
dfd312591b
1 ファイル変更2 行追加0 行削除
  1. 2 0
      src/pages/index/index.vue

+ 2 - 0
src/pages/index/index.vue

@@ -185,6 +185,8 @@ export default class HomeView extends AccountMixin {
           msg: this.value,
         },
       ];
+      this.value = "";
+
       const res = await textToImage({
         q: this.value.trim(),
       });