Commit 5b81708c authored by TTS Kieu Tuan Anh's avatar TTS Kieu Tuan Anh

upper case

parent 7528a566
......@@ -18,7 +18,7 @@
</template>
<script>
export default {
name: "footer",
name: "Footer",
};
</script>
......
......@@ -33,15 +33,15 @@
</template>
<script>
export default {
name: "nav",
name: "Nav",
};
</script>
<script>
import sidebar from "@/components/sidebar";
import sidebar from "@/components/SideBar";
import vuex from
export default {
components: { sidebar },
components: { SideBar },
};
</script>
<script>
......
......@@ -19,7 +19,7 @@
</template>
<script>
export default {
name: "sidebar",
name: "SideBar",
};
</script>
<script>
......
......@@ -17,7 +17,7 @@ import axios from "axios";
import VueAxios from "vue-axios";
import Nav from "@/components/Nav";
import Footer from "@/components/footer";
import Footer from "@/components/Footer";
export default {
components: { Nav },
......
......@@ -116,7 +116,7 @@ import axios from "axios";
export default {
components: { Nav },
components: { navigation },
components: { Navigation },
middleware: ["web"],
data: () => ({
......
......@@ -63,7 +63,7 @@ import notification from "@/components/notification";
export default {
components: { Nav },
components: { notification },
components: { Notification },
components: { NuxtLogo },
};
</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