Animations, Policy, Toolbar Colors
This commit is contained in:
@@ -86,6 +86,7 @@ export default defineComponent({
|
||||
const isalreadyReg = ref(false)
|
||||
|
||||
const globalStore = useGlobalStore()
|
||||
const site = computed(() => globalStore.site)
|
||||
|
||||
const signup = reactive(<ISignupOptions>{
|
||||
email: process.env.TEST_EMAIL || '',
|
||||
@@ -329,6 +330,7 @@ export default defineComponent({
|
||||
showpolicy,
|
||||
visubuttBOT,
|
||||
isalreadyReg,
|
||||
site,
|
||||
}
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user