fix: code style

This commit is contained in:
陈嘉涵
2017-08-25 15:57:38 +08:00
parent 43693fa781
commit e7b1d70900
18 changed files with 64 additions and 80 deletions

View File

@@ -28,8 +28,8 @@
<script>
import Popup from '../mixins/popup';
import VanIcon from '../icon';
import VanLoading from '../loading';
import Icon from '../icon';
import Loading from '../loading';
export default {
name: 'van-actionsheet',
@@ -37,8 +37,8 @@ export default {
mixins: [Popup],
components: {
[VanIcon.name]: VanIcon,
[VanLoading.name]: VanLoading
[Icon.name]: Icon,
[Loading.name]: Loading
},
props: {