Files
Vue_dbui/vue-ydui/example/routers/cr.vue
2024-09-27 00:57:27 +08:00

17 lines
553 B
Vue

<template>
<yd-layout title="C&R">
<yd-cell-group class="demo-small-pitch">
<yd-cell-item arrow type="link" href="/switch">
<span slot="left">Switch</span>
</yd-cell-item>
<yd-cell-item arrow type="link" href="/radio">
<span slot="left">Radio</span>
</yd-cell-item>
<yd-cell-item arrow type="link" href="/checkbox">
<span slot="left">CheckBox</span>
</yd-cell-item>
</yd-cell-group>
</yd-layout>
</template>