Add new PortBinding component
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user