补充部分组件描述
This commit is contained in:
@@ -7,13 +7,13 @@ export default {
|
||||
<script setup lang="ts">
|
||||
import { useSlots } from "vue";
|
||||
|
||||
const slot = useSlots();
|
||||
|
||||
export interface LayTimelineItemProps {
|
||||
title: string;
|
||||
simple?: boolean;
|
||||
}
|
||||
|
||||
const slot = useSlots();
|
||||
|
||||
const props = defineProps<LayTimelineItemProps>();
|
||||
</script>
|
||||
|
||||
|
||||
0
src/component/timelineItem/interface.ts
Normal file
0
src/component/timelineItem/interface.ts
Normal file
Reference in New Issue
Block a user