update DevelopmentSection and doc style

This commit is contained in:
Tuğçe Küçükoğlu 2022-06-19 16:21:56 +03:00
parent a800a04977
commit 376be7779b
2 changed files with 3 additions and 4 deletions

View file

@ -1,8 +1,6 @@
<template>
<div>
<slot v-if="isProduction" />
<p v-else>This section is under development. After the necessary tests and improvements are made, it will be shared with the users as soon as possible.</p>
</div>
<slot v-if="isProduction" />
<p v-else>This section is under development. After the necessary tests and improvements are made, it will be shared with the users as soon as possible.</p>
</template>
<script>