refactor: post list component

Signed-off-by: Ryan Wang <i@ryanc.cc>
pull/3445/head
Ryan Wang 2022-05-11 15:47:07 +08:00
parent 8b483b5f00
commit b16570a0b3
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>