Skip to content

Commit c3c61e3

Browse files
committed
Added route to class context
1 parent 10ab31b commit c3c61e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/libs/context.js

+1
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ function classes () {
217217
helpPosition: this.logicalHelpPosition,
218218
isValid: this.isValid,
219219
labelPosition: this.logicalLabelPosition,
220+
route: this.$route,
220221
type: this.type,
221222
value: this.proxy
222223
}

0 commit comments

Comments
 (0)