From aa789a8d25755e4bb5a66d654b52bac788f9f473 Mon Sep 17 00:00:00 2001 From: zhangxiaoxu123 <819527061@qq.com> Date: 星期四, 06 七月 2023 11:02:13 +0800 Subject: [PATCH] 图片文件 --- src/main.js | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/src/main.js b/src/main.js index 91fa968..14e9fe3 100644 --- a/src/main.js +++ b/src/main.js @@ -8,8 +8,10 @@ import 'element-ui/lib/theme-chalk/index.css'; Vue.use(ElementUI); -import BaiduMap from '@/components/vue-bai-map/components' -Vue.use( BaiduMap, { ak : 'tuVbv4tLIzoX7IWdeKeTwojDqPILFoe5'} ) +// import BaiduMap from '@/components/vue-bai-map/components' +// Vue.use( BaiduMap, { ak : 'tuVbv4tLIzoX7IWdeKeTwojDqPILFoe5'} ) +// import BaiduMap from 'vue-baidu-map' +// Vue.use( BaiduMap, { ak : 'tuVbv4tLIzoX7IWdeKeTwojDqPILFoe5'} ) import { getStore, setStore, removeStore } from "./libs/store" import store from './store' @@ -28,6 +30,14 @@ Vue.prototype.setStore = setStore; Vue.prototype.removeStore = removeStore; +import './libs/dialogDrag' + +import moment from 'moment' +Vue.prototype.moment = moment + +import animated from 'animate.css' +Vue.use(animated) + Vue.config.productionTip = false -- Gitblit v1.9.1