[新增] switch 组件, 解决 timeline 警告

This commit is contained in:
就眠仪式
2021-09-28 15:01:12 +08:00
parent 0a664e5b47
commit 0180e9f4f5
7 changed files with 97 additions and 6 deletions

View File

@@ -19,6 +19,6 @@ import { defineProps } from '@vue/runtime-core'
const props =
defineProps<{
title: string
simple: boolean
simple?: boolean
}>()
</script>