Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: botmaster/docs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: vuejs/docs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 13 commits
  • 23 files changed
  • 14 contributors

Commits on Apr 25, 2025

  1. docs: fixed typo (vuejs#3227)

    Updated verb to match the plural subject. From "effects that depends on..." to "effects that depend on..."
    hope-ag authored Apr 25, 2025
    Configuration menu
    Copy the full SHA
    cfeabfb View commit details
    Browse the repository at this point in the history

Commits on May 2, 2025

  1. docs: variable name, not value of variable (vuejs#3224)

    Update template-syntax.md
    
    The same is the variable name rather than the value of variable.
    wuyuansushen authored May 2, 2025
    Configuration menu
    Copy the full SHA
    854be52 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2025

  1. fix: removed todo mvc example (vuejs#3233)

    * fix: removed todo mvc example
    
    * fix: removed  todo mvc from the navigation
    NataliaTepluhina authored May 7, 2025
    Configuration menu
    Copy the full SHA
    0022e62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9880455 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2025

  1. docs: improve phrasing for provide/inject in plugins.md (vuejs#3230)

    * Fix: provide/inject in plugins.md
    
    plugins allow us to use `provide` to provide a function or attribute
    plugin users are able to `inject` the plugin function or attribute
    
    * Update src/guide/reusability/plugins.md
    
    Co-authored-by: Ben Hong <[email protected]>
    
    ---------
    
    Co-authored-by: Ben Hong <[email protected]>
    leoelz and bencodezen authored May 14, 2025
    Configuration menu
    Copy the full SHA
    d1b3d3b View commit details
    Browse the repository at this point in the history

Commits on May 15, 2025

  1. docs: fix misplaced semicolon in crud example (vuejs#3234)

    * Fix misplaced semicolen
    
    * remove semi
    joceqo authored May 15, 2025
    Configuration menu
    Copy the full SHA
    7d7d50e View commit details
    Browse the repository at this point in the history

Commits on May 28, 2025

  1. Configuration menu
    Copy the full SHA
    0e5f89f View commit details
    Browse the repository at this point in the history
  2. Add Scrimba links and refactor VueSchoolLink to a more reusable compo…

    …nent (vuejs#3240)
    
    Add Scrimba component and links
    perborgen authored May 28, 2025
    Configuration menu
    Copy the full SHA
    0b63564 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2025

  1. Register ScrimbaLink component and change color on play button (vuejs…

    …#3242)
    
    register ScrimbaLink component and change color on play button
    perborgen authored May 29, 2025
    Configuration menu
    Copy the full SHA
    54d0d23 View commit details
    Browse the repository at this point in the history
  2. vueconf us banner offline

    yyx990803 committed May 29, 2025
    Configuration menu
    Copy the full SHA
    fcee623 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2025

  1. Configuration menu
    Copy the full SHA
    4e0fa3e View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump vue from 3.5.13 to 3.5.16 (vuejs#3243)

    Bumps [vue](https://github.com/vuejs/core) from 3.5.13 to 3.5.16.
    - [Release notes](https://github.com/vuejs/core/releases)
    - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
    - [Commits](vuejs/core@v3.5.13...v3.5.16)
    
    ---
    updated-dependencies:
    - dependency-name: vue
      dependency-version: 3.5.16
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 10, 2025
    Configuration menu
    Copy the full SHA
    ef53734 View commit details
    Browse the repository at this point in the history
  3. docs(animation): add MAX_SAFE_INTEGER warning for large input edge ca…

    …se (vuejs#3231)
    
    docs(animation): add note about Number.MAX_SAFE_INTEGER for large input edge case
    70928manson authored Jun 10, 2025
    Configuration menu
    Copy the full SHA
    c80de28 View commit details
    Browse the repository at this point in the history
Loading