Add button to toggle between student and teacher view

pull/4795/head
Daniel Gayoso González 1 year ago
parent e8f6911d82
commit 1ddfb7affe
  1. 4
      assets/vue/views/glossary/GlossaryList.vue

@ -36,6 +36,9 @@
type="black"
@click="exportToDocuments"
/>
<StudentViewButton
class="mb-2 mr-2"
/>
</ButtonToolbar>
<BaseInputText
@ -102,6 +105,7 @@ import { useCidReq } from "../../composables/cidReq"
import glossaryService from "../../services/glossaryService"
import { useNotification } from "../../composables/notification"
import BaseDialogDelete from "../../components/basecomponents/BaseDialogDelete.vue"
import StudentViewButton from "../../components/StudentViewButton.vue";
const store = useStore()
const route = useRoute()

Loading…
Cancel
Save