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 */