更新了搜索功能 (终于!) 1.1.0 版本 Release!
All checks were successful
Build / build-and-test (push) Successful in 33s

This commit is contained in:
2025-05-26 11:23:24 +08:00
parent eb5b28249f
commit f5d3e7ea88
10 changed files with 160 additions and 47 deletions

View File

@ -16,5 +16,6 @@ export function createApp() {
.component('Hr', Hr)
.component('BetterHr', Hr)
.component('Form', Form)
.component('BetterForm', Form)
return { app, pinia }
}