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 recognized
Expected
:deep should work the same as Vue2.7
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