Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update vue-shims for Vue v3.0.1 #5975

Merged
merged 1 commit into from Oct 19, 2020
Merged

Commits on Oct 18, 2020

  1. fix: update vue-shims for Vue v3.0.1

    vuejs/core@6aa2256 intriduced a change in `DefineComponent` type, that results in a broken bare CLI app that would use VTU, as `mount` will not compile.
    
    This relaxes the type definitation by using generic `any`.
    
    Fixes vuejs#5974
    cexbrayat committed Oct 18, 2020
    Copy the full SHA
    6d42778 View commit details
    Browse the repository at this point in the history