mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
vue-component dev style more discrete, + disable flashbag for comment
This commit is contained in:
parent
b018a50a7e
commit
30b127bc88
@ -45,7 +45,10 @@ export default {
|
||||
div.vue-component {
|
||||
padding: 1.5em;
|
||||
margin: 2em 0;
|
||||
border: 2px dashed grey;
|
||||
border: 2px dotted lightgrey;
|
||||
border-radius: 10px;
|
||||
border-left: 0;
|
||||
border-right: 0;
|
||||
position: relative;
|
||||
&:before {
|
||||
content: "vuejs component";
|
||||
|
@ -2,9 +2,10 @@
|
||||
<div class="vue-component">
|
||||
<h3>{{ $t('comment.title') }}</h3>
|
||||
|
||||
<div class="error flash_message" v-if="errors.length > 0">
|
||||
<!--div class="error flash_message" v-if="errors.length > 0">
|
||||
{{ errors[0] }}
|
||||
</div>
|
||||
TODO fix errors flashbag for app component
|
||||
</div-->
|
||||
|
||||
<div v-if="initialComment">
|
||||
créé par {{ initialComment.creator.text }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user