移除没用的东西

This commit is contained in:
cookfront
2017-02-13 22:57:57 +08:00
parent e62665f3bc
commit e3d5585e9b
17 changed files with 135 additions and 449 deletions

View File

@@ -2,7 +2,7 @@
<a class="o2-cell" :href="url">
<div class="o2-cell-title">
<slot name="icon">
<i v-if="icon" class="o2-icon" :class="'o2-icon-' + icon"></i>
<i v-if="icon" class="zui-icon" :class="'zui-icon-' + icon"></i>
</slot>
<slot name="title">
<span class="o2-cell-text" v-text="title"></span>