mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
minor on announcement
This commit is contained in:
parent
bd5fbbc0e1
commit
68d492bc13
2 changed files with 5 additions and 5 deletions
|
@ -5,4 +5,4 @@
|
||||||
|
|
||||||
// If you need to extend Vuetify SASS lists
|
// If you need to extend Vuetify SASS lists
|
||||||
// $material-light: ( cards: blue );
|
// $material-light: ( cards: blue );
|
||||||
@import '~vuetify/src/styles/styles.sass';
|
// @import '~vuetify/src/styles/styles.sass';
|
|
@ -1,7 +1,7 @@
|
||||||
<template lang="pug">
|
<template>
|
||||||
nuxt-link(:to='`/announcement/${announcement.id}`')
|
<nuxt-link :to='`/announcement/${announcement.id}`'>
|
||||||
v-alert.mb-1(border='left' type='info' color="primary" :icon='mdiInformation') {{announcement.title}}
|
<v-alert class='mb-1' border='left' type='info' color="primary" :icon='mdiInformation'>{{announcement.title}}</v-alert>
|
||||||
|
</nuxt-link>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
import { mdiInformation } from '@mdi/js'
|
import { mdiInformation } from '@mdi/js'
|
||||||
|
|
Loading…
Reference in a new issue