-
v0.9.0 Stable
released this
2026-09-15 13:34:03 +00:00 | 183 commits to main since this releaseAdded
useUrlTab(keys, defaultKey, param = 'tab')at
@[secure]/ui/composables/useUrlTabkeeps the activeTabskey in the URL
query, the single source of truth, so a shared link or a reload opens the
same tab. It returns a writable computed forv-model: the default key
drops the parameter, an unknown value falls back to it, and writes go
throughrouter.replaceso tab switches stay out of the back stack and
other query parameters survive. Requires the optionalvue-routerpeer,
likeuseUrlSort.formFailure(cause, fallback)in@[secure]/ui/utils/cmsturns a caught
save error into RecordForm's{ issues, errors }: a value carrying the
ErrorResponseenvelope contributes its field issues and leaveserrors
empty; otherwiseerrorsholds the caughtErrormessage orfallback.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads