Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Single action does not render the icon slot #1752

Closed
skjnldsv opened this issue Mar 9, 2021 · 0 comments · Fixed by #1753
Closed

Single action does not render the icon slot #1752

skjnldsv opened this issue Mar 9, 2021 · 0 comments · Fixed by #1753
Labels
3. to review Waiting for reviews bug Something isn't working feature: actions Related to the actions components

Comments

@skjnldsv
Copy link
Contributor

skjnldsv commented Mar 9, 2021

Capture d’écran_2021-03-09_18-25-53

<ActionButton v-if="isCurrentUser" @click="deleteMember">
	{{ t('contacts', 'Leave circle') }}
	<ExitToApp slot="icon"
		:size="16"
		decorative />
</ActionButton>
@skjnldsv skjnldsv added bug Something isn't working 3. to review Waiting for reviews feature: actions Related to the actions components labels Mar 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews bug Something isn't working feature: actions Related to the actions components
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant