Is it possible to dismiss a V-Banner in Vuetify 3? #18187
Answered
by
KaelWD
robertpatrick
asked this question in
General
-
V-Banner claims to support a <template v-slot:actions>
<v-btn
variant="text"
@click="dismiss()"
>
Dismiss
</v-btn>
</template> results in a runtime error when clicking the button. ![]() Does this functionality exist or not? |
Beta Was this translation helpful? Give feedback.
Answered by
KaelWD
Aug 31, 2023
Replies: 1 comment
-
It would be The documentation is incorrect though, that function does not exist. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
robertpatrick
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be
v-slot:actions="{ dismiss }"
The documentation is incorrect though, that function does not exist.