Closed
Description
Version
3.0.1
Reproduction link
http://jsfiddle.net/L7hscd8h/6976/
Steps to reproduce
click 'a'
query z
added as Number in beforeRouteEnter
typeof query.z
is Number
What is expected?
query props should be String
What is actually happening?
no stringify applied on programmatic navigation (next
, this.$router.push
etc.)