refactor(TagsView): 删除无用代码

Former-commit-id: 59902713fd6e0daafbb9388150653f22a50a545b
This commit is contained in:
郝先瑞
2022-05-22 00:12:54 +08:00
parent 6a72ac9b2a
commit 4acf0cc371

View File

@@ -300,7 +300,6 @@ function handleScroll() {
onMounted(() => {
initTags();
addTags();
});
</script>