pull/116/head
saeid 3 years ago
parent 0cf998327f
commit c77bc9d103

@ -7,7 +7,6 @@
<v-container fluid class="Login"> <v-container fluid class="Login">
<div class="Tile"> <div class="Tile">
<router-view/> <router-view/>
<!-- <wm-tiles-layout></wm-tiles-layout> -->
</div> </div>
</v-container> </v-container>
</v-main> </v-main>
@ -30,7 +29,7 @@ export default {
...mapMutations("common", ["SET_CURRENT_MODULE"]) ...mapMutations("common", ["SET_CURRENT_MODULE"])
}, },
created() { created() {
this.SET_CURRENT_MODULE(""); this.SET_CURRENT_MODULE("product");
} }
}; };
</script> </script>
@ -41,6 +40,7 @@ export default {
// -webkit-font-smoothing: antialiased; // -webkit-font-smoothing: antialiased;
// -moz-osx-font-smoothing: grayscale; // -moz-osx-font-smoothing: grayscale;
} }
.WM-Container-Fluid { .WM-Container-Fluid {
width: 100%; width: 100%;
height: 100%; height: 100%;

@ -6,23 +6,21 @@ import store from './store'
//vuetify //vuetify
import vuetify from '@Global/plugins/vuetify' import vuetify from '@Global/plugins/vuetify'
//Policy
import './policy'
//veeValidate => 0.3MB
import "@Global/plugins/veeValidate";
//components //components
import '@Global/plugins/globalComponent.js' import '@Global/plugins/globalComponent.js'
//Policy
import './policy'
//hint text //hint text
import HintText from "@Global/components/Texts/Hint.vue"; import HintText from "@Global/components/Texts/Hint.vue";
Vue.component('wm-hint-text', HintText) Vue.component('wm-hint-text', HintText)
//vue
window.Vue = Vue;
//mixin //mixin
import { global } from "@Global/mixins/global"; import { global } from "@Global/mixins/global";
import { commingSoon } from "@Global/mixins/commingSoon"; import { commingSoon } from "@Global/mixins/commingSoon";

Loading…
Cancel
Save