refactor: post list component

Signed-off-by: Ryan Wang <i@ryanc.cc>
pull/581/head
Ryan Wang 2022-05-11 15:47:07 +08:00
parent 43a3c6dadf
commit 71c87968d9
1 changed files with 14 additions and 14 deletions

View File

@ -25,7 +25,7 @@ const handleCheckAll = () => {
item.checked = checkAll.value;
});
};
handleCheckAll()
handleCheckAll();
</script>
<template>
<FilledLayout>