Commit e86b025b60fbd319830d39f5428962910a26921c
1 parent
aaac7fed
add
Showing
5 changed files
with
33 additions
and
1 deletions
.idea/dyitoc.iml
0 → 100644
| 1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | +<module type="WEB_MODULE" version="4"> | ||
| 3 | + <component name="NewModuleRootManager"> | ||
| 4 | + <content url="file://$MODULE_DIR$"> | ||
| 5 | + <excludeFolder url="file://$MODULE_DIR$/.tmp" /> | ||
| 6 | + <excludeFolder url="file://$MODULE_DIR$/temp" /> | ||
| 7 | + <excludeFolder url="file://$MODULE_DIR$/tmp" /> | ||
| 8 | + </content> | ||
| 9 | + <orderEntry type="inheritedJdk" /> | ||
| 10 | + <orderEntry type="sourceFolder" forTests="false" /> | ||
| 11 | + </component> | ||
| 12 | +</module> | ||
| 0 | \ No newline at end of file | 13 | \ No newline at end of file |
.idea/misc.xml
0 → 100644
.idea/modules.xml
0 → 100644
| 1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | +<project version="4"> | ||
| 3 | + <component name="ProjectModuleManager"> | ||
| 4 | + <modules> | ||
| 5 | + <module fileurl="file://$PROJECT_DIR$/.idea/dyitoc.iml" filepath="$PROJECT_DIR$/.idea/dyitoc.iml" /> | ||
| 6 | + </modules> | ||
| 7 | + </component> | ||
| 8 | +</project> | ||
| 0 | \ No newline at end of file | 9 | \ No newline at end of file |
.idea/vcs.xml
0 → 100644
src/main.js
| @@ -16,7 +16,7 @@ Vue.prototype.GLOBAL = _global | @@ -16,7 +16,7 @@ Vue.prototype.GLOBAL = _global | ||
| 16 | Object.keys(filters).forEach(key => { | 16 | Object.keys(filters).forEach(key => { |
| 17 | Vue.filter(key, filters[key]) | 17 | Vue.filter(key, filters[key]) |
| 18 | }) | 18 | }) |
| 19 | - | 19 | +//... |
| 20 | Vue.config.productionTip = false | 20 | Vue.config.productionTip = false |
| 21 | 21 | ||
| 22 | /* eslint-disable no-new */ | 22 | /* eslint-disable no-new */ |