Update package.json scripts, fixed #30

This commit is contained in:
qingwei.li
2016-09-08 11:13:42 +08:00
parent 22e7a75508
commit a3cfc8a4f9
2 changed files with 9 additions and 5 deletions

View File

@@ -4,7 +4,8 @@
<sup
v-text="content"
class="el-badge__content"
:class="{ 'is-fixed': $slots.default, 'is-dot': isDot }" />
:class="{ 'is-fixed': $slots.default, 'is-dot': isDot }">
</sup>
</div>
</template>