Commit 484f348e authored by Gilang Gumilar's avatar Gilang Gumilar Committed by Natalia Tepluhina

Update deprecated slot syntax in...

Update deprecated slot syntax in `./app/assets/javascripts/profile/account/components/delete_account_modal.vue`
parent 5c94a189
......@@ -85,7 +85,7 @@ Once you confirm %{deleteAccount}, it cannot be undone or recovered.`),
kind="danger"
@submit="onSubmit"
>
<template slot="body" slot-scope="props">
<template #body="props">
<p v-html="props.text"></p>
<form ref="form" :action="actionUrl" method="post">
......
---
title: Update deprecated slot syntax in ./app/assets/javascripts/profile/account/components/delete_account_modal.vue
merge_request: 32007
author: Gilang Gumilar
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment