Skip to content

Commit f1451a3

Browse files
javiereguiluzkbond
authored andcommitted
[Doc] Fix a minor issue in Vue docs
1 parent cb57b81 commit f1451a3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Vue/doc/index.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,7 @@ Web History mode with Vue Router
143143
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
144144

145145
To use "web" history mode with Vue Router, a catch-all route will be needed
146-
which should render the same template and Vue component:
147-
148-
.. code-block::
146+
which should render the same template and Vue component::
149147

150148
#Route('/survey/{path<.+>}')
151149
public function survey($path = ''): Response

0 commit comments

Comments
 (0)