update vue3.3

web编辑 修正筛选删除导出逻辑
This commit is contained in:
Xwite
2023-05-14 19:36:52 +08:00
parent e173e3196d
commit 1b6c8f5b2f
12 changed files with 130 additions and 100 deletions
-1
View File
@@ -64,7 +64,6 @@ const getCover = (coverUrl) => {
const subJustify = computed(() =>
props.isSearch ? "space-between" : "flex-start"
);
</script>
<style lang="scss" scoped>