Skip to content

Latest commit

 

History

History
45 lines (40 loc) · 1.5 KB

index.md

File metadata and controls

45 lines (40 loc) · 1.5 KB
layout title titleTemplate hero features
home
Vue Router
The official Router for Vue.js
name text tagline image actions
Vue Router
The official Router for Vue.js
Expressive, configurable and convenient routing for Vue.js
src alt
/logo.svg
Vue Router
theme text link
brand
Get Started
/installation
theme text link
cta vue-mastery
Get the Vue Router Cheat Sheet
title details
🛣 Expressive route syntax
Define static and dynamic routes with an intuitive and powerful syntax.
title details
🛑 Fine-grained Navigation control
Intercept any navigation and precisely control its outcome.
title details
🧱 Component-based configuration
Map each route to the component that should display.
title details
🔌 History modes
Choose between HTML5, Hash or Memory history modes.
title details
🎚 Scroll control
Precisely control the scroll position in every page.
title details
🌐 Automatic Encoding
Directly use unicode characters (你好) in your code.
<script setup> import HomeSponsors from './.vitepress/theme/components/HomeSponsors.vue' import './.vitepress/theme/styles/home-links.css' </script>