Open links in new tab
  1. Migrating to Vue Router 5

    Vue Router 5 is a transition release that merges unplugin-vue-router (file-based routing) into the core package. If you're using Vue Router 4 without unplugin-vue-router, there are no breaking changes - …

  2. RouterView () | Vue Router

    ts optional default: (__namedParameters) => VNode<RendererNode, RendererElement, { [key: string]: any; }>[];

  3. Template Syntax - Vue.js

    Learn the basics of Vue.js template syntax, including dynamic content rendering, directives, and expressions for building interactive web applications.

  4. Quick Start - Vue.js

    Quick Start Try Vue Online To quickly get a taste of Vue, you can try it directly in our Playground. If you prefer a plain HTML setup without any build steps, you can use this JSFiddle as your starting point. If …

  5. 事件处理 — Vue.js

    事件修饰符 在事件处理程序中调用 event.preventDefault() 或 event.stopPropagation() 是非常常见的需求。尽管我们可以在方法中轻松实现这点,但更好的方式是:方法只有纯粹的数据逻辑,而不是去处理 …

  6. Component Registration | Vue.js

    PascalCase names are valid JavaScript identifiers. This makes it easier to import and register components in JavaScript. It also helps IDEs with auto-completion. <PascalCase /> makes it more …

  7. Components Basics | Vue.js

    For example, we may decide to include an accessibility feature to enlarge the text of blog posts, while leaving the rest of the page at its default size. In the parent, we can support this feature by adding a …

  8. Migrating from Vue 2 - Vue Router

    New Features Some of new features to keep an eye on in Vue Router 4 include: Dynamic Routing Composition API

  9. VuePress

    Vue-powered Static Site Generator 404 How did we get here? Take me home.

  10. Vue 3 Migration Guide

    Dec 31, 2023 · Notable New Features Some of the new features to keep an eye on in Vue 3 include: Composition API * SFC Composition API Syntax Sugar (<script setup>) * Teleport Fragments Emits …