You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
unlike Vue 2.7, the plugin does not recognize the :deep selector to modify CSS classes in child components. Instead using the previous and almost deprecated notation is necessary ::v-deep
unlike Vue 2.7, the plugin does not recognize the :deep selector to modify CSS classes in child components. Instead using the previous and almost deprecated notation is necessary ::v-deep
Please add the directive
Error:
:deep(.child-class)is not recognizedExpected
:deepshould work the same as Vue2.7