Commit 3fdc97fa authored by lipengcheng 's avatar lipengcheng

一些优化

parent 30b9a376
......@@ -30,7 +30,7 @@ module.exports = {
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
indent: [
'error',
4,
2,
{
SwitchCase: 1,
flatTernaryExpressions: true
......@@ -41,7 +41,7 @@ module.exports = {
semi: ['error', 'never'],
'vue/html-indent': [
'error',
4,
2,
{
attribute: 1,
baseIndent: 1,
......
......@@ -8,11 +8,11 @@
:accept="accept"
name="files[]"
style="display:none;"
aaa="dfsdfsfsdfdsfsdfdsfsdfdsf"
aaa="dfsdfsfsdfddfsdfsfsdfdsfsdfdsf"
>
<videoPlayer
aaa="dfasfsdffdsdsffdsfdfdsf"
aaa="dfasfsdffdsdfsdsffdsfdfdsf"
bbb="fsfdsfsdfdsfdsfdsfdsfdfdsf"
ccc="fsfdsfsdfdsfdsfdsfdsfdfdsf"
></videoPlayer>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment