Files
mes-ui-d2/src/pages/demo/element/form-switch/index.vue
liyang ad717ce269 element
Former-commit-id: 5e31719473b165e4f4f9775caeb75443c824629c [formerly 5e31719473b165e4f4f9775caeb75443c824629c [formerly 5e31719473b165e4f4f9775caeb75443c824629c [formerly 5e31719473b165e4f4f9775caeb75443c824629c [formerly 1d07766fa79982363c9bd79d5fe0b4031ed3b8a4 [formerly 8b21a4544fffa595a1fcf30d5ccfd49f019e63fe]]]]]
Former-commit-id: d320f28bc04991cf266dd2d6099a8bc74f8d973f
Former-commit-id: b1b333020d86cab873b1d4bc87da08fdb662a414
Former-commit-id: 8f07a5e3d37e39fbb53db3b345eb141632d2621d [formerly 8262123bccb3e834e4397302796d78cd50128836]
Former-commit-id: 8aa0f5b635b997c8b1d25dfa06ef4951b2f9e116
Former-commit-id: 30a553d7dd9eb96312a97c6783a9f302bf00ac82
Former-commit-id: 90144d1fdb9b97b308bb4958cefa2ff7aee13563
Former-commit-id: 30e7030b18ba0311b3ec6363596ccde7b4a77243
Former-commit-id: 89f15d9036a8e782bab91a7857ad2463f3df8d15
2018-11-17 11:50:41 +08:00

18 lines
449 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>
<script>
export default {
data () {
return {
filename: __filename
}
}
}
</script>