perf: 发布 0.2.3 版本

This commit is contained in:
就眠仪式
2021-11-08 00:54:38 +08:00
parent 45bfa46a4a
commit b2e6afd7b3
8 changed files with 61 additions and 37 deletions

View File

@@ -15,10 +15,9 @@ import { defineProps, inject, useSlots } from 'vue'
const slot = useSlots()
const props =
defineProps<{
title: string
}>()
const props = defineProps<{
title?: string
}>()
const separator = inject('separator')
</script>