From: Eduardo San Martin Morote Date: Thu, 10 Feb 2022 11:31:58 +0000 (+0100) Subject: docs: update links X-Git-Tag: v4.0.13~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=129845957a43545455d1aeba9e5fa511f3ea2417;p=thirdparty%2Fvuejs%2Frouter.git docs: update links --- diff --git a/docs/guide/index.md b/docs/guide/index.md index 3c2691d8..152f3bda 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -1,15 +1,10 @@ # Getting Started - - - Creating a Single-page Application with Vue + Vue Router feels natural: with Vue.js, we are already composing our application with components. When adding Vue Router to the mix, all we need to do is map our components to the routes and let Vue Router know where to render them. Here's a basic example: ## HTML