RSSAmplifier

Poolside · Dec 6, 2023

Vue: Pass Arbitrary Data to a Vue Route

0
Sign in to vote or save

This page did not load. You can still read it on the original site — the toolbar below keeps your place in the directory.

Doing a programmatic route change using Vue Router is very straight forward: this.$router.push({name: 'home'}) // Triggers the 'home' route However, I couldn't find the "correct" way to pass arbitrary data to this route. My use case just didn't make...

Read on jordanbrennan.hashnode.dev

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.