[Improvement] follow eslint-plugin-vue strongly-recommended code style (#482)

This commit is contained in:
neverland
2017-12-26 10:34:38 +08:00
committed by GitHub
parent 6362f7b74b
commit 508cdfc0c9
105 changed files with 409 additions and 462 deletions

View File

@@ -31,7 +31,7 @@
<van-button @click="show4 = false">{{ $t('button6') }}</van-button>
</van-popup>
</demo-block>
</demo-section>
</demo-section>
</template>
<script>
@@ -63,7 +63,7 @@ export default {
show2: false,
show3: false,
show4: false
}
};
},
watch: {
@@ -81,7 +81,7 @@ export default {
Dialog.confirm({
title: 'confirm标题',
message: '弹窗提示文字左右始终距离边20PX上下距离20PX文字左对齐。弹窗提示文字左右始终距离边20PX上下距离20PX文字左对齐。'
})
});
}
}
};
@@ -138,4 +138,4 @@ export default {
}
}
}
</style>
</style>