Add new PortBinding component

This commit is contained in:
Johannes Zellner
2025-01-06 20:23:39 +01:00
parent 3f46d6d16e
commit 24550236be
3 changed files with 60 additions and 2 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ const appstoreModel = AppstoreModel.create(API_ORIGIN, localStorage.token);
const ready = ref(false);
const apps = ref([]);
const search = ref('');
const search = ref('vpn');
const filteredApps = computed(() => {
if (!search.value) return apps.value;