From cadf9d1cf4a0da42e739cf95df7e86f2a93089f6 Mon Sep 17 00:00:00 2001 From: zhangxiaoxu123 <819527061@qq.com> Date: 星期三, 05 七月 2023 15:04:08 +0800 Subject: [PATCH] 图片提交 --- src/main.js | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/main.js b/src/main.js index 91fa968..8ea8ed8 100644 --- a/src/main.js +++ b/src/main.js @@ -28,6 +28,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