sajjad 3 years ago
parent 7a5cf2f6ee
commit 0b535dc2ce

@ -241,7 +241,6 @@ export default {
: this.role === "trainee" : this.role === "trainee"
? await repository.indexStatisticTrainee() ? await repository.indexStatisticTrainee()
: false; : false;
console.log(this.statistics);
}, },
}, },
created() { created() {

@ -22,7 +22,7 @@
</v-container> </v-container>
</template> </template>
<script> <script>
import AdminHome from "../components/Admin/Main"; import AdminHome from "../components/Dashboard/Main";
// import AdminSections from "../components/Admin/Sections"; // import AdminSections from "../components/Admin/Sections";
export default { export default {
components: { components: {

Loading…
Cancel
Save