This commit is contained in:
xiaoxian521
2022-08-14 23:09:54 +08:00
parent bcbc110883
commit 3879b99176
18 changed files with 176 additions and 74 deletions

View File

@@ -15,7 +15,7 @@ notices.value.forEach(notice => {
});
function tabClick() {
(dropdownDom as any).v.handleOpen();
(dropdownDom as any).value.handleOpen();
}
</script>