From 8b4c2e0e5321c14bc8c0434d11d7045af4a18674 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Thu, 17 Nov 2016 00:37:51 +0100 Subject: [PATCH] Fix tab --- examples/custom-routes/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/custom-routes/README.md b/examples/custom-routes/README.md index 36861851bd..dcb2f83cbf 100644 --- a/examples/custom-routes/README.md +++ b/examples/custom-routes/README.md @@ -16,7 +16,7 @@ module.exports = { ``` | key | Optional? | definition | -|------|------------| +|------|------------|-----------| | `path` | **Required** | Route path, it can have dynamic mapping, look at [vue-router documentation](https://router.vuejs.org/en/essentials/dynamic-matching.html) about it. | | `component` | **Required** | Path to the `.vue` component, if relative, it has to be from the app folder. | | `name` | Optional | Route name, useful for linking to it with ``, see [vue-router documentation](https://router.vuejs.org/en/essentials/named-routes.html) about it. |