From 22f9e400ea731da9ee6be6fa389adebfc3438f63 Mon Sep 17 00:00:00 2001 From: zhangxiaoxu123 <819527061@qq.com> Date: 星期二, 04 七月 2023 15:32:24 +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