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: vuejs/repl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.6.1
Choose a base ref
...
head repository: vuejs/repl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.6.2
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Jul 16, 2025

  1. fix: handle Vue 3.6+ vapor runtime imports correctly (#357)

    close #356
    
    - Use `https://cdn.jsdelivr.net/npm/vue@3.6.x/dist/vue.runtime-with-vapor.esm-browser.js` as the runtime import.
    - Use `createVaporApp` or `createVaporSSRApp` when vapor mode is supported and `App.vue` is a vapor component.
    edison1105 authored Jul 16, 2025
    Configuration menu
    Copy the full SHA
    c4bac9c View commit details
    Browse the repository at this point in the history
  2. chore: release v4.6.2

    edison1105 committed Jul 16, 2025
    Configuration menu
    Copy the full SHA
    f50490c View commit details
    Browse the repository at this point in the history
Loading