Files
file-uploader/frontend/src/components/BigFileUpload.vue
T
2025-11-18 20:00:39 +08:00

30 lines
353 B
Vue

<template>
大文件上传
</template>
<script>
export default {
props: {
msg: String
}
}
</script>
<!-- Add "scoped" attribute to limit CSS to this component only -->
<style scoped>
h3 {
margin: 40px 0 0;
}
ul {
list-style-type: none;
padding: 0;
}
li {
display: inline-block;
margin: 0 10px;
}
a {
color: #42b983;
}
</style>