chore: format code
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
<div class="p-dialog-header-actions">
|
||||
<Button
|
||||
v-for="action in item.headerButtons"
|
||||
:key="action.key"
|
||||
severity="secondary"
|
||||
:text="true"
|
||||
:rounded="true"
|
||||
@@ -38,9 +39,9 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import Button from 'primevue/button'
|
||||
import ResponseDialog from 'components/ResponseDialog.vue'
|
||||
import { useDialog } from 'hooks/dialog'
|
||||
import Button from 'primevue/button'
|
||||
|
||||
const { stack, rise, close } = useDialog()
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user