feat: setting components

This commit is contained in:
chenghx
2018-08-22 11:06:58 +08:00
parent cb90759253
commit 5794bad611
3 changed files with 67 additions and 7 deletions

View File

@@ -1,9 +1,7 @@
<template>
<div class="setting-item">
<h3 class="title">{{title}}</h3>
<div>
<slot></slot>
</div>
<slot></slot>
</div>
</template>