inca / voie

[UNMAINTAINED] Simple Vue.js router / layout manager
141 stars 7 forks source link

How to get query string params? #3

Closed anh closed 8 years ago

anh commented 8 years ago

Reading the API I don't know how to get query string params, is there anyway to get those params on ctx object.

inca commented 8 years ago

Full query params support is in to-do list, right now you can use history to parse query string for you. Or even grab something like query-string or qs for that, although I'd recommend to wait for full support.

inca commented 8 years ago

I'll reopen this if you don't mind — and will update as basic query support is implemented.

anh commented 8 years ago

Awesome, thank you, I'll try it, I closed it for I saw it was already on Todo list. Voie is great I like it a lot.