Skip to content

Commit 83bfeee

Browse files
committed
remove unecessary internal key
1 parent 88113e7 commit 83bfeee

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|fullPath)$/
1+
const internalKeysRE = /^(component|subRoutes|name)$/
22

33
/**
44
* Route Context Object

0 commit comments

Comments
 (0)