[chore] Update primevue to 4.2.5 (#2304)

This commit is contained in:
Chenlei Hu
2025-01-20 16:22:24 -05:00
committed by GitHub
parent 8b9f0ddd1d
commit 34c267c755
13 changed files with 63 additions and 140 deletions

View File

@@ -130,8 +130,8 @@ import ToggleSwitch from 'primevue/toggleswitch'
import { ref } from 'vue'
const showDialog = ref(false)
const autoUpdate = defineModel('autoUpdate', { required: true })
const allowMetrics = defineModel('allowMetrics', { required: true })
const autoUpdate = defineModel<boolean>('autoUpdate', { required: true })
const allowMetrics = defineModel<boolean>('allowMetrics', { required: true })
const showMetricsInfo = () => {
showDialog.value = true