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
Hello :)
I have build a component library for both vue 2.x and vue 3.x with this awesome library and I recently stumpled across a problem I couldn't find a solution to.
In our css we have the power of ::v-deep / :deep() for our scoped styling.
Is there any functionality in this project I could use to have a switch for this depending on our vue version, or should I simply use both and live with the deprecation warnings?
Any ideas in your bright minds?
The text was updated successfully, but these errors were encountered:
Hello :)
I have build a component library for both vue 2.x and vue 3.x with this awesome library and I recently stumpled across a problem I couldn't find a solution to.
In our css we have the power of
::v-deep
/:deep()
for our scoped styling.Is there any functionality in this project I could use to have a switch for this depending on our vue version, or should I simply use both and live with the deprecation warnings?
Any ideas in your bright minds?
The text was updated successfully, but these errors were encountered: