Skip to content

Conversation

@kashi-verma
Copy link
Contributor

  1. Replaced the deprecated v-slot:activator="{ on, attrs }" syntax with v-slot:activator="{ props }" in the tooltip.
  2. Bound props directly to instead of using v-bind="attrs" and v-on="on".
  3. Ensures compatibility with Vuetify v3 and prevents potential breaking issues.

1. Replaced the deprecated v-slot:activator="{ on, attrs }" syntax 
    with v-slot:activator="{ props }" in the tooltip.
2. Bound props directly to <v-btn> instead of using v-bind="attrs" 
    and v-on="on".
3. Ensures compatibility with Vuetify v3 and prevents potential 
    breaking issues.
@kashi-verma kashi-verma deleted the patch-7 branch March 22, 2025 06:13
@kashi-verma kashi-verma restored the patch-7 branch March 22, 2025 06:13
@kashi-verma kashi-verma reopened this Mar 22, 2025
@sonarqubecloud
Copy link

@marcgc21 marcgc21 merged commit 540093b into ruxailab:develop Mar 29, 2025
4 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants