mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
update DevelopmentSection and doc style
This commit is contained in:
parent
a800a04977
commit
376be7779b
2 changed files with 3 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue