| category | minorAnalysis |
|---|
- The route object returned by Vue Router's
useRoute()Composition API is now recognized as a client-side remote flow source, covering itsquery,params,path,fullPath, andhashmembers. These members are additionally reported under the correspondingbrowser-url-query,browser-url-path, andbrowser-url-fragmentthreat models. - Added flow models for Vue's
ref,shallowRef,toRef,reactive, andcomputedComposition API helpers.