no message

Former-commit-id: 90dbd6d86d98b6ad238607dcd6941834e3a8065c [formerly 90dbd6d86d98b6ad238607dcd6941834e3a8065c [formerly 90dbd6d86d98b6ad238607dcd6941834e3a8065c [formerly 90dbd6d86d98b6ad238607dcd6941834e3a8065c [formerly 5429037c067f2694cbc50f6c4507a50d28748ba2 [formerly 6296898080739d131b5b20992ca3aa7f722a63ca]]]]]
Former-commit-id: 5ea773b595569fa749c3f5b87cc902c729d1c792
Former-commit-id: cb065d4bd103992bde15e63fce0f15024423bc09
Former-commit-id: 1e373c2b3b318df2b6072551a7d4efd0e3acac3a [formerly 67a33255775a34f2bd574f58b6d2958f0a5998b7]
Former-commit-id: c9811278281822d268f141e53d793e70687c9d64
Former-commit-id: bb233cc6aeb7c03c34b685c5a8ce15bfd49763fb
Former-commit-id: 201dbafce6cfbb7390028d4f1e437d0f57446f65
Former-commit-id: 4793421e2f58d22919afd850c9ac285f4695d277
Former-commit-id: b4bfe9738027cfb3f16ec2d807a897664a0df8c9
This commit is contained in:
liyang
2018-06-29 20:12:56 +08:00
parent c0ec0c693d
commit 10c639fa70

View File

@@ -17,6 +17,13 @@
</template>
</el-table-column>
</el-table>
<div>
<p>尝试激活一个不存在的主题主题不存在 <d2-icon name="arrow-right"/> 默认主题</p>
<el-button type="danger" @click="handleSelectTheme('err-theme')">
<d2-icon name="hand-o-right" class="d2-mr-10"/>
尝试激活主题 'err-theme'
</el-button>
</div>
<template slot="footer">
<el-button type="primary" size="small">当前激活主题 {{themeActive.name}}</el-button>
</template>