zs 6 months ago
parent
commit
6c98e72ffb
1 changed files with 9 additions and 0 deletions
  1. 9 0
      src/views/search/parts/all.vue

+ 9 - 0
src/views/search/parts/all.vue

@@ -72,5 +72,14 @@ defineExpose({
 })
 provide('searchValue', searchValue)
 provide('is_show', '1')
+watch(
+  searchValue,
+  () => {
+    search()
+  },
+  {
+    deep: true
+  }
+)
 </script>
 <style scoped lang="scss"></style>