Thanks to visit codestin.com
Credit goes to github.com

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: wcycode/vue-cli-plugin-vue-next
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6560bba
Choose a base ref
...
head repository: vuejs/vue-cli-plugin-vue-next
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 121c571
Choose a head ref
  • 4 commits
  • 4 files changed
  • 1 contributor

Commits on Sep 6, 2020

  1. fix: don't modify the webpack config if the project's on Vue CLI >= 4.5

    And also fixes the runtime alias, as mentioned at vuejs/devtools-v6#1244 (comment)
    haoqunjiang committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    bbe310c View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. fix: do not blindless remove Vue.use statements

    Fixes vuejs#28
    
    Note: the end result is still not valid Vue 3 code. But at least it
    doesn't introduce unintended changes.
    haoqunjiang committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    33ae281 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b31940 View commit details
    Browse the repository at this point in the history
  3. 0.1.4

    haoqunjiang committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    121c571 View commit details
    Browse the repository at this point in the history
Loading