The next version of Vue Router introduces a typesafe approach to handling URLs, allowing developers to treat URLs as fully typed state. This article covers how to extract, transform, and validate parameters from paths effectively.
From the source
Vue Router's next version treats your URL as fully typed state. Learn how to extract, transform, and validate parameters from paths ...