We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15e2163 commit 2b02517Copy full SHA for 2b02517
src/Vue/doc/index.rst
@@ -141,7 +141,7 @@ Web History mode with Vue Router
141
To use "web" history mode with Vue Router, a catch-all route will be needed
142
which should render the same template and Vue component::
143
144
- #Route('/survey/{path<.+>}')
+ #[Route('/survey/{path<.+>}')]
145
public function survey($path = ''): Response
146
{
147
// render the template
0 commit comments