Files
mes-ui-d2/src/pages/demo/element/navigation-tabs/index.vue
liyang 0e61d7cee9 business
Former-commit-id: 61b3ce81f703f3b83d29c7ec9f1f58ac351e9feb [formerly 85631772690b91e0d39e1b9e90d23dae7d929c9a] [formerly 61b3ce81f703f3b83d29c7ec9f1f58ac351e9feb [formerly 85631772690b91e0d39e1b9e90d23dae7d929c9a] [formerly 61b3ce81f703f3b83d29c7ec9f1f58ac351e9feb [formerly 85631772690b91e0d39e1b9e90d23dae7d929c9a] [formerly 85631772690b91e0d39e1b9e90d23dae7d929c9a [formerly 8194f7e92144427b7c4947a93812a1cd0564a642 [formerly f4b7b47afbed6f98890de3ee269cbeae522f819e]]]]]
Former-commit-id: ea4bebdc76ac4332d037f141867abe2d88211643
Former-commit-id: 2be71d915c7aca35f87f3cd91b313a4e1d92fdc5
Former-commit-id: cf55d88b39e1f3293deada0f7294e9938a15667b [formerly 19d9709c2a3c71a1a4cf268f80ebcaff05a6c97d]
Former-commit-id: e8c7b6443a38f5d4311d19a8ecf9d5a65a5e3cd2
Former-commit-id: c68ed1fe39857770bef0feb198d6c8ab55a97959
Former-commit-id: cad71a8eb5306a6303be52cd6eed4021c16c93b6
Former-commit-id: 22d6241afd1762a0f999c89dcb24052504660e82
Former-commit-id: 3a183f17d724638f25c5f5ea70a368cdc3cd4f85
2018-11-17 11:16:07 +08:00

8 lines
348 B
Vue
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<template>
<d2-container :filename="filename">
<h1 class="d2-mt-0">该页面尚未完成组件示例搬运</h1>
<p>D2Admin 的构建依托于由饿了么出品的 ElementUI欲了解更多该组件的信息请查阅以下链接</p>
<d2-link-btn title="Element" link="http://element.eleme.io/#/zh-CN"/>
</d2-container>
</template>