Home

Issue: 3101

Routing incorrect in 1.4.0 (after 1.0.0-rc11)

[issue link]

If using iperative like

this.$router.push({
        name: 'route',
        params: { param: 1 },
        query: { dynamic: this.value}

URI in brouser address string change, but page not rerender/update

This question is available on Nuxt.js community (#c2685)