Commit fe497127 authored by yimj's avatar yimj

测试提交

parent 37c2bc5f
<template>
<div class="videoConverterBaby"></div>
</template>
<script>
export default {
name: 'VideoConverterBaby',
components: {},
props: {},
data() {
return {}
},
computed: {},
watch: {},
methods: {}
}
</script>
<style scoped lang="scss">
.videoConverterBaby {
width: 100%;
height: 100%;
background-color: #fff;
border: 0px solid black;
margin: 0px;
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment