-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed as not planned
Description
Version
4.1.4
Reproduction link
Steps to reproduce
//list component
import { useRouter } from 'vue-router';
const router = useRouter();
router.push({
name: 'detail',
params:{data:'111'}
});
// detail
import { useRoute } from 'vue-router';
const route = useRoute();
// route.params -> {}
What is expected?
route.params -> {data:'111'}
What is actually happening?
route.params -> {}
kleinfreund, TheHighlandss, luolinlang, radusuciu, brickgale and 2 more
Metadata
Metadata
Assignees
Labels
No labels