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

::v-deep is deprecated in favor of :deep as of vue 2.7 #65

Merged
merged 1 commit into from Oct 6, 2022

Commits on Oct 5, 2022

  1. ::v-deep is deprecated in favor of :deep as of vue 2.7

    `::v-deep` is deprecated starting from 2.7 and is removed with vue 3
    in favor of `:deep`. So `:deep` should be favored.
    
    Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
    susnux committed Oct 5, 2022
    Copy the full SHA
    540ca3d View commit details
    Browse the repository at this point in the history