feat: feat
This commit is contained in:
@@ -97,7 +97,9 @@ watch(() => formData.value.rowCount, () => {
|
||||
formErr.value.rowCount = err.issues[0].message
|
||||
})
|
||||
})
|
||||
|
||||
watch(topTitleValue,(val)=>{
|
||||
globalConfig.setTopTitle(val)
|
||||
}),
|
||||
|
||||
watch(themeValue, (val: any) => {
|
||||
const selectedThemeDetail = daisyuiThemeList.value[val]
|
||||
|
||||
Reference in New Issue
Block a user