From 9124be337f6ac219f7c006e6abd4f46798422970 Mon Sep 17 00:00:00 2001
From: edbrz9 <ed@brz9.devd>
Date: Fri, 30 Dec 2022 17:24:11 +0100
Subject: [PATCH] add function to start loading screan

---
 proj/y2t/index.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/proj/y2t/index.php b/proj/y2t/index.php
index c17f5a1..5b106ae 100644
--- a/proj/y2t/index.php
+++ b/proj/y2t/index.php
@@ -20,7 +20,7 @@
             <option value="fr">FR</option>
           </select>
         </section>
-        <input type="submit" value="Generate ChatGPT prompt">
+        <input type="submit" value="Generate ChatGPT prompt" v-on:click="loadingStart">
       </form>
   </main>     
   <footer>