Quellcode durchsuchen

Добавлен линк на github-страницу проекта

Book Pauk vor 2 Jahren
Ursprung
Commit
96b1b4a573
1 geänderte Dateien mit 5 neuen und 1 gelöschten Zeilen
  1. 5 1
      client/components/Search/Search.vue

+ 5 - 1
client/components/Search/Search.vue

@@ -36,7 +36,7 @@
                     </DivBtn>
                     </DivBtn>
 
 
                     <div class="col"></div>
                     <div class="col"></div>
-                    <div class="q-px-sm q-py-xs bg-green-12" style="border: 1px solid #aaaaaa; border-radius: 6px">
+                    <div class="q-px-sm q-py-xs bg-green-12 clickable2" style="border: 1px solid #aaaaaa; border-radius: 6px" @click="openReleasePage">
                         {{ projectName }}
                         {{ projectName }}
                     </div>
                     </div>
                 </div>
                 </div>
@@ -377,6 +377,10 @@ class Search {
         return result.join(', ');
         return result.join(', ');
     }
     }
 
 
+    openReleasePage() {
+        window.open('https://github.com/bookpauk/inpx-web', '_blank');
+    }
+
     makeTitle() {
     makeTitle() {
         const collection = this.config.dbConfig.inpxInfo.collection.split('\n');
         const collection = this.config.dbConfig.inpxInfo.collection.split('\n');
         this.collection = collection[0].trim();
         this.collection = collection[0].trim();