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

upper case

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