Vue Router
Guide
API Reference
  • v3.x
Changelog
  • English
  • 中文
GitHub
Guide
API Reference
  • v3.x
Changelog
  • English
  • 中文
GitHub
Platinum SponsorsBecome a Sponsor!
  • Introduction
  • Installation
  • Essentials

    • Getting Started
    • Dynamic Route Matching
    • Routes' Matching Syntax
    • Nested Routes
    • Programmatic Navigation
    • Named Routes
    • Named Views
    • Redirect and Alias
    • Passing Props to Route Components
    • Different History modes
  • Advanced

    • Navigation guards
    • Route Meta Fields
    • Data Fetching
    • Composition API
    • Transitions
    • Scroll Behavior
    • Lazy Loading Routes
    • Typed Routes
    • Extending RouterLink
    • Navigation Failures
    • Dynamic Routing
  • Migrating from Vue 2
SponsorsVueJobs

Typed Routes (v4.1.0+) #

‼️ Experimental feature

Starting from v4.1.0, we are introducing a new feature called Typed Routes. This experimental feature is enabled through a Vite/webpack/rollup plugin.

RouterLink to autocomplete

Check the v4.1 release notes for more information about this feature. Check out the plugin GitHub repository for installation instructions and documentation.

Suggest changes to this page
Lazy Loading Routes
Extending RouterLink