clean announcement

This commit is contained in:
les
2020-08-16 14:06:21 +02:00
parent e7b214655f
commit 7bc63d7b57
4 changed files with 8 additions and 23 deletions

View File

@@ -1,8 +1,8 @@
<template lang="pug">
v-container.announcement-page.text-white
h3 <i style='color: red' class='el-icon-info'/> {{announcement.title}}
p.mt-4(v-html='announcement.announcement')
v-container
v-card
v-card-title {{announcement.title}}
v-card-text(v-html='announcement.announcement')
</template>
<script>