优化: Provider 配置体验(测试读表单值 + 保存反馈 + 报错友好 + 厂商预设,部分完成)
This commit is contained in:
@@ -81,7 +81,8 @@ const { t } = useI18n()
|
||||
const appSettings = useAppSettingsStore()
|
||||
|
||||
const emit = defineEmits<{
|
||||
(e: 'toast', msg: string, type: 'error' | 'warning' | 'info'): void
|
||||
// P0-2: 对齐 ToastType 加 'success'(本面板暂未用,保类型一致)
|
||||
(e: 'toast', msg: string, type: 'error' | 'warning' | 'info' | 'success'): void
|
||||
}>()
|
||||
|
||||
const props = defineProps<{
|
||||
|
||||
Reference in New Issue
Block a user