2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-05-17 03:09:38 +03:00

docs: update docs

This commit is contained in:
mxie
2018-06-19 14:51:42 +08:00
parent 7324782e93
commit 3b3cd071d2
4 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ module.exports = {
'generator-star-spacing': 'off',
// allow debugger during development
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
'no-console': process.env.NODE_ENV === 'production' ? ["error", { allow: ["warn", "error"] }] : 'off'
'no-console': process.env.NODE_ENV === 'production' ? ["error", { allow: ["warn", "error"] }] : 'off',
'camelcase': ['off', { properties: 'never' }],
// "vue/max-attributes-per-line": [2, {
// "singleline": 1,
-1
View File
@@ -2,7 +2,6 @@
module.exports = {
"plugins": {
// to edit target browsers: use "browserlist" field in package.json
"autoprefixer": {}
}
}
+1 -1
View File
@@ -1,6 +1,6 @@
MIT License
Copyright (c) 2017-present xiemengxiong
Copyright (c) 2018 xiemengxiong
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 44 KiB