mirror of
https://github.com/directus/directus.git
synced 2026-02-02 05:45:17 -05:00
* app: encode primary key Since primary keys could be manually entered strings, we should encode those in order to prevent accessing inexistent routes. E.g. Document with primary key: 'clients/John Doe' * fixup! app: encode primary key Since primary keys could be manually entered strings, we should encode those in order to prevent accessing inexistent routes. E.g. Document with primary key: 'clients/John Doe' Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
Composables
Composables are reusable pieces of logic that can be used inside Vue components (Composition API required).