EmerisHQ / demeris

Emeris web app
https://app.emeris.com/
Apache License 2.0
12 stars 2 forks source link

::v-deep is deprecated in favour of :deep() #1634

Closed Dawntraoz closed 2 years ago

Dawntraoz commented 2 years ago

As per official Vue 3 docs https://v3.vuejs.org/api/sfc-style.html#deep-selectors ::v-deep was deprecated in January.

Change the ::v-deep instances by :deep and add the selector in the parenthesis.