[新增] icon 列表

This commit is contained in:
就眠仪式
2021-10-01 21:56:59 +08:00
parent 164cabc876
commit a7b18e636d
4 changed files with 1071 additions and 1 deletions

View File

@@ -9,4 +9,4 @@ const props =
defineProps<{
type?: string
}>()
</script>
</script>

View File

@@ -7,6 +7,8 @@
</template>
<script setup name="LaySide" lang="ts">
import { defineProps } from 'vue'
const props =
defineProps<{
black?: boolean