.
This commit is contained in:
@@ -212,8 +212,8 @@
|
||||
});
|
||||
|
||||
const searchModel = computed(() => {
|
||||
return props.defaultSearch
|
||||
})
|
||||
return props.defaultSearch;
|
||||
});
|
||||
|
||||
const themeBgColor = computed(() => {
|
||||
if (props.dark) {
|
||||
|
||||
Reference in New Issue
Block a user