Channel manage

This commit is contained in:
2024-03-31 01:06:06 +08:00
parent 012a02751c
commit 73b1e376a3
7 changed files with 79 additions and 8 deletions

View File

@@ -105,6 +105,8 @@ watch(
() => route.params.realmId,
() => {
posts.value = []
pagination.page = 1
pagination.total = 0
readMetadata()
readPosts()
},