search playground

This commit is contained in:
bymyself
2025-12-11 03:08:06 -08:00
parent 72b5444d5a
commit c3fe311a72
7 changed files with 1362 additions and 22 deletions

View File

@@ -0,0 +1,4 @@
import type { InjectionKey, Ref } from 'vue'
export const TEMPLATE_SEARCH_QUERY_OVERRIDE_KEY: InjectionKey<Ref<string>> =
Symbol('TemplateSearchOverride')