Skip to content

Commit a90f53d

Browse files
committed
minor #1644 [Doc] Fix a minor issue in Vue docs (javiereguiluz)
This PR was squashed before being merged into the 2.x branch. Discussion ---------- [Doc] Fix a minor issue in Vue docs | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Issues | - | License | MIT Fixes this error shown when building docs: ``` Errors for ux-vue / 2.x Error while processing "code-block" directive: "Unsupported code block language "" in file "index" at line 157 ``` Commits ------- f1451a3 [Doc] Fix a minor issue in Vue docs
2 parents 8ada211 + f1451a3 commit a90f53d

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)