mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2026-09-27 15:15:48 +00:00
tmp disable
This commit is contained in:
@@ -22,10 +22,10 @@ export default {
|
||||
const show = ref(false)
|
||||
|
||||
// @TODO
|
||||
setTimeout(() => {
|
||||
show.value = true
|
||||
setTimeout(() => { show.value = false }, 2500)
|
||||
}, 1000)
|
||||
// setTimeout(() => {
|
||||
// show.value = true
|
||||
// setTimeout(() => { show.value = false }, 2500)
|
||||
// }, 1000)
|
||||
|
||||
const { t } = useI18n()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user