feat: settings page

This commit is contained in:
Liyas Thomas
2021-07-05 05:08:03 +00:00
committed by GitHub
parent ababd79da2
commit dc5a09bebc
7 changed files with 147 additions and 174 deletions

View File

@@ -1,7 +0,0 @@
import Vue from "vue"
Vue.filter("formatCountry", (countryCode) =>
String.fromCodePoint(
...[...countryCode.toUpperCase()].map((x) => 0x1f1a5 + x.charCodeAt())
)
)