Skip to content

Commit f1b08da

Browse files
committed
引入slot-layout样例
1 parent 5cadd17 commit f1b08da

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/views/slot-layout.vue

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<template>
2+
<slot-layout-sample class="full"></slot-layout-sample>
3+
</template>
4+
5+
<script>
6+
import SlotLayoutSample from 'slot-layout/src/sample.vue'
7+
8+
export default {
9+
components: {
10+
SlotLayoutSample
11+
}
12+
}
13+
</script>

0 commit comments

Comments
 (0)