delete shared routes

pull/1/head
Saeid 5 years ago
parent 37714d39b4
commit 7a7ed58334

857
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -19,8 +19,9 @@
"apollo-boost": "^0.4.3", "apollo-boost": "^0.4.3",
"apollo-cache-inmemory": "^1.6.2", "apollo-cache-inmemory": "^1.6.2",
"apollo-link-context": "^1.0.18", "apollo-link-context": "^1.0.18",
"axios": "^0.18.0", "axios": "^0.18.1",
"bootstrap": "^4.1.3", "babel-polyfill": "^6.26.0",
"bootstrap": "^4.3.1",
"bootstrap-select": "^1.13.3", "bootstrap-select": "^1.13.3",
"bootstrap-v4-rtl": "^4.1.1-0", "bootstrap-v4-rtl": "^4.1.1-0",
"bootstrap-vue": "^2.0.0-rc.19", "bootstrap-vue": "^2.0.0-rc.19",
@ -39,10 +40,11 @@
"vue-router": "^3.0.2", "vue-router": "^3.0.2",
"vue-scroll-reveal": "^1.0.11", "vue-scroll-reveal": "^1.0.11",
"vue-tinymce-editor": "^1.6.2", "vue-tinymce-editor": "^1.6.2",
"vuetify": "^2.0.7" "vuetify": "^2.0.19"
}, },
"devDependencies": { "devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.2.0", "@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.6.2",
"@mdi/font": "^3.9.97", "@mdi/font": "^3.9.97",
"cross-env": "^5.1", "cross-env": "^5.1",
"deepmerge": "^4.0.0", "deepmerge": "^4.0.0",
@ -55,8 +57,8 @@
"pug": "^2.0.3", "pug": "^2.0.3",
"pug-loader": "^2.4.0", "pug-loader": "^2.4.0",
"pug-plain-loader": "^1.0.0", "pug-plain-loader": "^1.0.0",
"sass": "^1.22.10", "sass": "^1.22.12",
"sass-loader": "^7.2.0", "sass-loader": "^7.3.1",
"vue": "^2.6.10", "vue": "^2.6.10",
"vue-meta": "^1.5.2", "vue-meta": "^1.5.2",
"vue-resource": "^1.5.1", "vue-resource": "^1.5.1",

@ -1,7 +1,7 @@
{ {
"/js/vue/Authentication/app.js": "/js/vue/Authentication/app.js?id=835462298da12e2ba390", "/js/vue/Authentication/app.js": "/js/vue/Authentication/app.js?id=69102e0d42c96dd790a7",
"/js/vue/Home/app.js": "/js/vue/Home/app.js?id=483273ff834ecc278279", "/js/vue/Home/app.js": "/js/vue/Home/app.js?id=c9e09e19e9196c5247d4",
"/js/vue/Modules/CRM/app.js": "/js/vue/Modules/CRM/app.js?id=917b5c67731d0eca1d37", "/js/vue/Modules/CRM/app.js": "/js/vue/Modules/CRM/app.js?id=61ab7024b650597de4d2",
"/js/vue/Modules/Reservation/app.js": "/js/vue/Modules/Reservation/app.js?id=c15289f81d7f7cc9ee13", "/js/vue/Modules/Reservation/app.js": "/js/vue/Modules/Reservation/app.js?id=9f24f502b310273c2ab8",
"/js/vue/User/app.js": "/js/vue/User/app.js?id=749fc082db23ee6dc2df" "/js/vue/User/app.js": "/js/vue/User/app.js?id=34007ca5ec53a1676b81"
} }

@ -161,6 +161,7 @@ table.v-table tbody td {
.Buttons { .Buttons {
text-align: center; text-align: center;
display: inline-flex;
} }
.v-btn { .v-btn {

@ -3,6 +3,10 @@ import App from './App.vue'
import router from './router' import router from './router'
import store from './store' import store from './store'
//vuetify
import vuetify from '@Global/plugins/vuetify'
//components //components
import '@Global/plugins/globalComponent.js' import '@Global/plugins/globalComponent.js'
@ -23,8 +27,6 @@ Vue.mixin({
methods: {...global["methods"], ...commingSoon["methods"] } methods: {...global["methods"], ...commingSoon["methods"] }
}); });
//vuetify
import vuetify from '@Global/plugins/vuetify'
//auth //auth
import '@Global/plugins/auth' import '@Global/plugins/auth'

Loading…
Cancel
Save