From c6af0c47c03f9731e1295797b1f716619689a18b Mon Sep 17 00:00:00 2001
From: wangqi <magical1908@outlook.com>
Date: 星期五, 09 四月 2021 09:34:59 +0800
Subject: [PATCH] 修改开始结束时间点击选取问题

---
 .eslintrc.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/.eslintrc.js b/.eslintrc.js
index 654134e..60ec4b5 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -1,7 +1,8 @@
 module.exports = {
   root: true,
   env: {
-    node: true
+    node: true,
+    amd: true
   },
   extends: [
     'plugin:vue/essential',

--
Gitblit v1.8.0