REVIEW 素材管理的重构

This commit is contained in:
YunaiV
2023-04-15 16:37:11 +08:00
parent 71fd9af2e1
commit abf9b50c2f
8 changed files with 21 additions and 41 deletions

View File

@ -49,5 +49,3 @@ const emit = defineEmits<{
(e: 'delete', v: number)
}>()
</script>
<style scoped></style>