add new group table and filter for member table
This commit is contained in:
10
src/pages/GroupTable.vue
Normal file
10
src/pages/GroupTable.vue
Normal file
@@ -0,0 +1,10 @@
|
||||
<template>
|
||||
<q-page>
|
||||
<h4 class="text-primary text-bold text-center">{{ $t('groups') }}</h4>
|
||||
<GroupTable />
|
||||
</q-page>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import GroupTable from 'src/vueLib/tables/group/GroupTable.vue';
|
||||
</script>
|
||||
Reference in New Issue
Block a user