Commit 129b0e3a authored by G. Aslan's avatar G. Aslan

Replace slot syntax for Vue 3 migration

parent fcefe6a8
......@@ -177,7 +177,7 @@ export default {
@cancel="cancel"
@submit="submit"
>
<template slot="body">
<template #body>
<p v-if="isDeleteForm">{{ __('Are you sure you want to delete this board?') }}</p>
<form v-else class="js-board-config-modal" @submit.prevent>
<div v-if="!readonly" class="append-bottom-20">
......
---
title: Replace slot syntax for Vue 3 migration
merge_request: 31987
author: gaslan
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