Skip to content

Commit

Permalink
fix typo (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
atilkan committed Jan 29, 2020
1 parent 4f1fe8a commit 97de59d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion active-rfcs/0000-router-dynamic-routing.md
Expand Up @@ -37,7 +37,7 @@ const routeRecords = router.getRoutes()

# Motivation

Dynamic routing is a feature that enables applications to build its own routing system. An usecase of this is the vue-cli ui, that allows adding graphical plugins which can have their own interfaces.
Dynamic routing is a feature that enables applications to build its own routing system. A usecase of this is the vue-cli ui, that allows adding graphical plugins which can have their own interfaces.

The current version of Vue Router only supports adding a new absolute route. The idea of this RFC is to add the missing functions to allow dynamic routing. Thinking about the different ways this API can be shaped and what is best for the future of Vue Router. Currently, it's impossible to achieve the example described above without hacks or creating a whole new Router instance.

Expand Down

0 comments on commit 97de59d

Please sign in to comment.