Skip to content

Commit 9335a80

Browse files
committed
$route: expose route name (close #153)
1 parent dd9ad85 commit 9335a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/route.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const internalKeysRE = /^(component|subRoutes|name)$/
1+
const internalKeysRE = /^(component|subRoutes)$/
22

33
/**
44
* Route Context Object

0 commit comments

Comments
 (0)