no message

Former-commit-id: d63b5bae5645a5727f8c1d2d123a9fed69d8333b [formerly d63b5bae5645a5727f8c1d2d123a9fed69d8333b [formerly d63b5bae5645a5727f8c1d2d123a9fed69d8333b [formerly d63b5bae5645a5727f8c1d2d123a9fed69d8333b [formerly a59aa74987e2519406b30df3fbd75f06196d1f84 [formerly 94a4692a08bd1bf4a14bc48bbc49b9a1496265fa]]]]]
Former-commit-id: 36e0293c6334d189140559150bd3477050dbacf9
Former-commit-id: a7f0c2023cba8b4af01637727fd0d6afeddf4a73
Former-commit-id: fb32d9e301456758eef95cbf6d22cc1b03e69837 [formerly 92ee4b0aa05ab92ed8ae8d746a4bb9581b3202ce]
Former-commit-id: f5e7b8309adf60ab634be06e40eafd04b52988ca
Former-commit-id: 0fc0aa7383bebded723782575f6967d7b4e65149
Former-commit-id: 7e5b6c0abd029b3bcf92738f639a1f3040b19497
Former-commit-id: 986e0d5e0c6812538ca6b6d4fda0889d0739a37e
Former-commit-id: 5d191db791849d887493433ef9b1101d5d0b0e9b
This commit is contained in:
liyang
2018-06-18 21:06:41 +08:00
parent 1c11c67c32
commit c20fdebe3a
4 changed files with 108 additions and 2 deletions

View File

@@ -0,0 +1,23 @@
<template>
<d2-container>
<template slot="header">图标</template>
<h1 class="d2-mt-0">
d2admin 已经集成 FontAwesome 图表库提供约 1,000 个图标并且准备好了图标组件
</h1>
<p>如果你愿意你还可以随意使用 SVG 图标</p>
<el-button-group>
<el-button @click="$router.push({ path: '/demo/components/icon/list' })">
<d2-icon name="link"/>
图标列表
</el-button>
<el-button @click="$router.push({ path: '/demo/components/icon/icon' })">
<d2-icon name="link"/>
图标组件
</el-button>
<el-button @click="$router.push({ path: '/demo/components/icon/svg' })">
<d2-icon name="link"/>
svg 图标组件
</el-button>
</el-button-group>
</d2-container>
</template>