- Import emails from a list to a DB
- Create Template Emails - Options Email
This commit is contained in:
16
src/components/CTitleBanner/CTitleBanner.vue
Normal file
16
src/components/CTitleBanner/CTitleBanner.vue
Normal file
@@ -0,0 +1,16 @@
|
||||
<template>
|
||||
<div>
|
||||
<q-banner
|
||||
class="q-my-md"
|
||||
rounded dense :class="bgcolor+` text-white`"
|
||||
:color="color+` q-title`" style="text-align: center;">
|
||||
<span class="mybanner">{{title}}</span>
|
||||
</q-banner>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts" src="./CTitleBanner.ts">
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
@import './CTitleBanner.scss';
|
||||
</style>
|
||||
Reference in New Issue
Block a user