Graphical addition.
This commit is contained in:
parent
f3df8bf35e
commit
8e4b3010ae
@ -1,8 +1,7 @@
|
||||
<template>
|
||||
<b-container>
|
||||
<h3>{{site}}</h3>
|
||||
<h3>{{type}}</h3>
|
||||
<h3>{{description}}</h3>
|
||||
<h3>
|
||||
<v-icon name="tag" scale="1.5" />{{type}}/{{description}}</h3>
|
||||
<div>
|
||||
<b-modal ref="submissionModal" hide-footer title="Confirm Submission" @hidden="hideModal">
|
||||
<div class="d-block text-center">
|
||||
@ -101,6 +100,7 @@
|
||||
<script>
|
||||
import "bootstrap/dist/css/bootstrap.css";
|
||||
import "bootstrap-vue/dist/bootstrap-vue.css";
|
||||
import "vue-awesome/icons/tag";
|
||||
import { mapState } from "vuex";
|
||||
import Vue from "vue";
|
||||
export default {
|
||||
@ -120,7 +120,7 @@ export default {
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
...mapState(["site", "description", "type", "tutors"])
|
||||
...mapState(["description", "type"])
|
||||
},
|
||||
methods: {
|
||||
addAnotherObservation: function() {
|
||||
|
Loading…
Reference in New Issue
Block a user