Files
freeplanet/src/rootgen/admin/tablesList/tablesList.vue
2020-03-31 20:34:49 +02:00

18 lines
557 B
Vue
Executable File

<template>
<CMyPage img="" :title="$t('otherpages.admin.userlist')" keywords="" description="">
<CGridTableRec :prop_mytitle="$t('otherpages.admin.tableslist')"
:nodataLabel="$t('grid.nodata')"
noresultLabel="Il filtro selezionato non ha trovato nessun risultato"
:tablesList="gettablesList"
>
</CGridTableRec>
</CMyPage>
</template>
<script lang="ts" src="./tablesList.ts">
</script>
<style lang="scss" scoped>
@import './tablesList.scss';
</style>