tmp disable

This commit is contained in:
Alexander Drozdov
2021-01-15 20:12:41 +02:00
parent edb3f00e57
commit 87a9ce80c4
+4 -4
View File
@@ -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()