chore: prettier all demos

This commit is contained in:
陈嘉涵
2020-01-19 15:39:00 +08:00
parent 207e80f396
commit 82208c42b8
55 changed files with 646 additions and 498 deletions

View File

@@ -58,12 +58,7 @@
</demo-block>
<div style="margin-top: 15px;">
<van-button
:text="$t('add')"
type="primary"
size="small"
@click="add"
/>
<van-button :text="$t('add')" type="primary" size="small" @click="add" />
<van-button
:text="$t('decrease')"
type="danger"
@@ -124,7 +119,7 @@ export default {
</script>
<style lang="less">
@import "../../style/var";
@import '../../style/var';
.demo-circle {
.van-circle {