|
|
@@ -23,9 +23,6 @@ Vue.use(uView);
|
|
|
import toast from '@/components/toast/toast.vue'
|
|
|
Vue.component('toast',toast)
|
|
|
|
|
|
-import {shareConfig} from "@/utils/share.js"
|
|
|
-Vue.prototype.$shareConfig = shareConfig
|
|
|
-
|
|
|
import loading from '@/components/loading/loading.vue'
|
|
|
Vue.component('loading',loading)
|
|
|
|