From 35d9b702b5fa81b37870c814739d196755875c43 Mon Sep 17 00:00:00 2001 From: saeid_01 Date: Sat, 14 Sep 2019 20:12:36 +0430 Subject: [PATCH] global Component --- public/mix-manifest.json | 10 +++---- .../js/Global/plugins/globalComponent.js | 26 +++++++++---------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/public/mix-manifest.json b/public/mix-manifest.json index 9986d3e..0c054a8 100644 --- a/public/mix-manifest.json +++ b/public/mix-manifest.json @@ -1,7 +1,7 @@ { - "/js/vue/Authentication/app.js": "/js/vue/Authentication/app.js?id=a9b91ee3057962cbaa3b", - "/js/vue/Home/app.js": "/js/vue/Home/app.js?id=5fc35fa922f55540736b", - "/js/vue/Modules/CRM/app.js": "/js/vue/Modules/CRM/app.js?id=636ba5f2c7316a1d9f37", - "/js/vue/Modules/Reservation/app.js": "/js/vue/Modules/Reservation/app.js?id=e1f69f3ef11f9a3008b2", - "/js/vue/User/app.js": "/js/vue/User/app.js?id=425bb0a5b3b37feaf6a7" + "/js/vue/Authentication/app.js": "/js/vue/Authentication/app.js?id=bd838299c7139fbdb561", + "/js/vue/Home/app.js": "/js/vue/Home/app.js?id=d118d60bd7ce77638280", + "/js/vue/Modules/CRM/app.js": "/js/vue/Modules/CRM/app.js?id=5a36e23c9b03ed5944b0", + "/js/vue/Modules/Reservation/app.js": "/js/vue/Modules/Reservation/app.js?id=028a37c865b0df2e3e12", + "/js/vue/User/app.js": "/js/vue/User/app.js?id=45e54dcc60aa7e6f6749" } diff --git a/resources/js/Global/plugins/globalComponent.js b/resources/js/Global/plugins/globalComponent.js index 022ba4f..19351ac 100644 --- a/resources/js/Global/plugins/globalComponent.js +++ b/resources/js/Global/plugins/globalComponent.js @@ -1,15 +1,15 @@ import Vue from 'vue'; -// import VueScrollReveal from "vue-scroll-reveal"; +import VueScrollReveal from "vue-scroll-reveal"; import Vuetify from 'vuetify' -// import "popper.js"; -// import "bootstrap-v4-rtl"; -// import "bootstrap-v4-rtl/scss/bootstrap-rtl.scss"; -// import "bootstrap-select"; -// import "bootstrap-select/dist/css/bootstrap-select.css"; +import "popper.js"; +import "bootstrap-v4-rtl"; +import "bootstrap-v4-rtl/scss/bootstrap-rtl.scss"; +import "bootstrap-select"; +import "bootstrap-select/dist/css/bootstrap-select.css"; import "vuetify/dist/vuetify.min.css"; // Ensure you are using css-loader import "@Global/assets/Font-Icons/css/fontello.css"; import "@Global/scss/style.scss"; @@ -22,13 +22,13 @@ import InfoBlock from "@Global/components/Misc/InfoBlock.vue"; import Breadcrumbs from "@Global/components/Misc/Breadcrumbs"; -// Vue.use(VueScrollReveal, { -// class: 'v-scroll-reveal', // A CSS class applied to elements with the v-scroll-reveal directive; useful for animation overrides. -// duration: 800, -// scale: 1, -// distance: '10px', -// mobile: false -// }); +Vue.use(VueScrollReveal, { + class: 'v-scroll-reveal', // A CSS class applied to elements with the v-scroll-reveal directive; useful for animation overrides. + duration: 800, + scale: 1, + distance: '10px', + mobile: false +}); Vue.use(Vuetify, { iconfont: "fa",