From e86b025b60fbd319830d39f5428962910a26921c Mon Sep 17 00:00:00 2001 From: liuqimichale <123456lq> Date: Fri, 25 Jan 2019 15:58:27 +0800 Subject: [PATCH] add --- .idea/dyitoc.iml | 12 ++++++++++++ .idea/misc.xml | 6 ++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ src/main.js | 2 +- 5 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 .idea/dyitoc.iml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/dyitoc.iml b/.idea/dyitoc.iml new file mode 100644 index 0000000..24643cc --- /dev/null +++ b/.idea/dyitoc.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..28a804d --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..183ff8a --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/src/main.js b/src/main.js index 047cb39..7178a19 100644 --- a/src/main.js +++ b/src/main.js @@ -16,7 +16,7 @@ Vue.prototype.GLOBAL = _global Object.keys(filters).forEach(key => { Vue.filter(key, filters[key]) }) - +//... Vue.config.productionTip = false /* eslint-disable no-new */ -- libgit2 0.21.4