refactor: ♻️ 通知公告、字典重构问题修复和优化

This commit is contained in:
ray
2024-10-08 01:02:48 +08:00
parent 42f7782d56
commit ff53ed6060
18 changed files with 341 additions and 269 deletions

View File

@@ -25,7 +25,7 @@ const props = defineProps({
},
modelValue: {
type: [String, Number],
required: true,
required: false,
},
placeholder: {
type: String,