Commit 8bf21140 authored by TTS Kieu Tuan Anh's avatar TTS Kieu Tuan Anh

ident

parent eb3870a2
<template>
<div>
<div>
<Nav />
<h1 style="text-align: center">HOME</h1>
</div>
<div>
<Nav />
<h1 style="text-align: center">HOME</h1>
</div>
</div>
</template>
<script>
import { onMounted } from "vue";
import axios from "axios";
import VueAxios from "vue-axios";
......@@ -22,10 +18,8 @@ import Footer from "@/components/Footer";
export default {
components: { Nav },
components: { Footer },
middleware: ['web'],
middleware: ["web"],
};
</script>
<style></style>
......@@ -274,6 +274,7 @@ export default {
},
created() {
this.initialize();
this.getUsers();
},
methods: {
initialize() {
......@@ -390,10 +391,6 @@ export default {
console.log(error)
}
}
},
created() {
this.getUsers();
},
};
</script>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment