Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Vue/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Web History mode with Vue Router
To use "web" history mode with Vue Router, a catch-all route will be needed
which should render the same template and Vue component::

#Route('/survey/{path<.+>}')
#[Route('/survey/{path<.+>}')]
public function survey($path = ''): Response
{
// render the template
Expand Down