About 4,590 results
Open links in new tab
  1. Installation | Vue Devtools

    Chrome Install the extension on the Chrome Web Store: Install on Chrome Beta To install the beta version of the devtools, remove or disable any existing versions and install the extension …

  2. TypeScript with Composition API - Vue.js

    In cases where the exact type of the component isn't available or isn't important, ComponentPublicInstance can be used instead. This will only include properties that are …

  3. 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 …

  4. SFC Syntax Specification - Vue.js

    Custom Blocks Additional custom blocks can be included in a *.vue file for any project-specific needs, for example a <docs> block. Some real-world examples of custom blocks include:

  5. Nested Routes - Vue Router

    Omitting parent components 4.1+ We can also take advantage of the parent-child relationship between routes without needing to nest route components. This can be useful for grouping …

  6. KeepAlive - Vue.js

    Include / Exclude By default, <KeepAlive> will cache any component instance inside. We can customize this behavior via the include and exclude props. Both props can be a comma …

  7. Introduction - Vue DevTools

    Unleash Vue Developer ExperienceIntroduction What is Vue DevTools? Vue DevTools is a tool designed to enhance the Vue developer experience, it is a powerful and versatile tool that can …

  8. 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 its default size: In the parent, we can support this feature by …

  9. Installation | Vue Router

    Direct Download / CDN https://unpkg.com/vue-router@3/dist/vue-router.js Unpkg.com provides npm-based CDN links. The above link will always point to the latest release on npm. You can …

  10. Built-in Components - Vue.js

    <KeepAlive> Caches dynamically toggled components wrapped inside. Props ts interface KeepAliveProps { /** * If specified, only components with names matched by * `include` will be …