mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-04-20 10:57:28 +08:00
feat: delete code
This commit is contained in:
@@ -365,12 +365,6 @@ export default {
|
|||||||
onMounted(async () => {
|
onMounted(async () => {
|
||||||
await loadOptions()
|
await loadOptions()
|
||||||
fetchContent()
|
fetchContent()
|
||||||
if (!isLogin()) {
|
|
||||||
//
|
|
||||||
}
|
|
||||||
setTimeout(() => {
|
|
||||||
loginWithGoogle()
|
|
||||||
}, 3000)
|
|
||||||
})
|
})
|
||||||
|
|
||||||
watch([selectedCategory, selectedTags], () => {
|
watch([selectedCategory, selectedTags], () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user