Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 6cb1b3f3 authored by Shnappy31's avatar Shnappy31
Browse files

0.1.1

parent 2cdda2eb
Loading
......@@ -9,4 +9,4 @@
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>
</html>
\ No newline at end of file
......@@ -13,6 +13,9 @@
<li class="nav-item">
<a href="/Updates" class="nav-link">Updates</a>
</li>
<li class="nav-item">
<a href="/Settings" class="nav-link">Settings</a>
</li>
</div>
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
......@@ -26,10 +29,7 @@
</nav>
<div class="container-fluid">
<router-view/>
<!-- <router-view name="Client"/> -->
<!-- <router-view name="Products"/> -->
<!-- <router-view name=""> -->
<router-view/> <!-- Container VueJS -->
</div>
</div>
</template>
......
<template>
<div id="products-list" class="container">
<div>
<div class="">
<h1 class="text-center">Settings</h1>
</div>
</div>
</div>
</template>
<script>
export default {
name: 'Settings',
data () {
return { }
},
mounted () {
console.log('Settings')
// for (var property in this.$i18n.messages) {
// if (this.$i18n.messages.hasOwnProperty(property)) {
// this.langs.push({ 'lang': property, 'locale': this.$i18n.messages[property].global.locale })
// }
// }
}
}
</script>
<style>
</style>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment