/order/123 this.$router.append('cancel') /order/123/cancel
/order/123
this.$router.append('cancel')
/order/123/cancel
append current path
Do router.push({ path: 'foo', append: true })
router.push({ path: 'foo', append: true })
thks
This should be a part of the docs.
Most helpful comment
Do
router.push({ path: 'foo', append: true })