This commit is contained in:
Prospector 2025-06-03 18:15:23 -07:00
parent ede6d0c3cc
commit 02a850ae63

View File

@ -25,9 +25,7 @@ const checkingCustomStock = ref(false)
const selectedPlan = defineModel<ServerPlan>('plan')
const selectedRegion = defineModel<string>('region')
const regionOrder: string[] = [
'us-vin', 'eu-lim'
]
const regionOrder: string[] = ['us-vin', 'eu-lim']
const sortedRegions = computed(() => {
return props.regions.slice().sort((a, b) => {