Skip to content

"props" option works differently than explained in the docs when defining multiple components on a route,  #1183

@brad426

Description

@brad426

Given a route entry like this:

{
  path: '/path/:test_prop',
  components: {
    default: Bar,
    a: Foo
  },
  props: true
}

Neither component Foo or Bar will receive the test_prop prop

Working example of issue https://jsfiddle.net/6du90epg/231/

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions