项目初始化
This commit is contained in:
15
sheep/components/s-line-block/s-line-block.vue
Normal file
15
sheep/components/s-line-block/s-line-block.vue
Normal file
@@ -0,0 +1,15 @@
|
||||
<!-- 装修基础组件:分割线 -->
|
||||
<template>
|
||||
<su-subline v-bind="data"></su-subline>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
const props = defineProps({
|
||||
data: {
|
||||
type: Object,
|
||||
default: {},
|
||||
},
|
||||
});
|
||||
</script>
|
||||
|
||||
<style></style>
|
Reference in New Issue
Block a user