Skip to content

Commit

Permalink
chore: 默认使用选择器查询
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Sep 5, 2023
1 parent ff06f52 commit d6830a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SearchCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const searchBySelector = errorTry(() => {
selectorResults.unshift({ selector: text, results });
}
});
const enableSearchBySelector = shallowRef(false);
const enableSearchBySelector = shallowRef(true);
</script>
<template>
<DraggableCard
Expand Down

0 comments on commit d6830a4

Please sign in to comment.