Added Notifications
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
<script setup lang="ts">
|
||||
|
||||
defineProps<{
|
||||
centered?: boolean
|
||||
}>()
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="panel-header"><slot /></div>
|
||||
<div class="panel-header" :style="`${centered ? 'text-align:center' : ''}`"><slot /></div>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
Reference in New Issue
Block a user