fix: fixed list of tlds
This commit is contained in:
+2
-3
@@ -77,10 +77,9 @@ function getTextClass() {
|
||||
return "text-xl";
|
||||
}
|
||||
|
||||
onBeforeMount(async () => {
|
||||
await factory.value.init();
|
||||
onBeforeMount(() => {
|
||||
factory.value.init();
|
||||
newDomain();
|
||||
state.value = State.Ready;
|
||||
});
|
||||
onMounted(() => {
|
||||
setTimeout(() => {
|
||||
|
||||
Reference in New Issue
Block a user