feat:アクション選択の改善
This commit is contained in:
@@ -89,11 +89,11 @@ export default {
|
||||
tab.value = categoryNames.length>0? categoryNames[0]:'';
|
||||
isLoaded.value=true;
|
||||
});
|
||||
watch(props.filter,()=>{
|
||||
if(props.filter && props.filter!==''){
|
||||
tab.value='';
|
||||
}
|
||||
});
|
||||
// watch(props.filter,()=>{
|
||||
// if(props.filter && props.filter!==''){
|
||||
// tab.value='';
|
||||
// }
|
||||
// });
|
||||
watch(tab,()=>{
|
||||
if(tab.value!==''){
|
||||
emit('clearFilter','');
|
||||
|
||||
Reference in New Issue
Block a user