You've already forked AstralRinth
forked from didirus/AstralRinth
Change region order
This commit is contained in:
@@ -26,7 +26,7 @@ const selectedPlan = defineModel<ServerPlan>('plan')
|
|||||||
const selectedRegion = defineModel<string>('region')
|
const selectedRegion = defineModel<string>('region')
|
||||||
|
|
||||||
const regionOrder: string[] = [
|
const regionOrder: string[] = [
|
||||||
// 'us-vin', 'eu-lim'
|
'us-vin', 'eu-lim'
|
||||||
]
|
]
|
||||||
|
|
||||||
const sortedRegions = computed(() => {
|
const sortedRegions = computed(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user