Skip to content

Commit 97de59d

Browse files
authored
fix typo (#2)
1 parent 4f1fe8a commit 97de59d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: active-rfcs/0000-router-dynamic-routing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const routeRecords = router.getRoutes()
3737

3838
# Motivation
3939

40-
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.
40+
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.
4141

4242
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.
4343

0 commit comments

Comments
 (0)