feat:添加 timeLine组件

This commit is contained in:
zhangyu
2022-03-31 15:52:17 +08:00
parent 5e067891ff
commit f42e4b90bf
5 changed files with 43 additions and 5 deletions

View File

@@ -0,0 +1,25 @@
<template>
<div>
</div>
</template>
<script>
export default {
name: 'alertMessageInfoTimeLine',
props: {
infoData: {
type: Object
}
},
data () {
return {
}
}
}
</script>
<style scoped>
</style>