first commit
This commit is contained in:
16
vue-ydui/example/routers/cr.vue
Normal file
16
vue-ydui/example/routers/cr.vue
Normal file
@@ -0,0 +1,16 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user