Logo white

baoman / Ezquiz_Platform

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Ezquiz_Platform
  • src
  • components
  • upload.vue
  • 设备状态
    bb778c90
    阿宝 authored
    2022-12-14 14:20:40 +0800  
    Browse Code »
upload.vue 138 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
<template>
  <div>
    <el-upload>
      
    </el-upload>
  </div>
</template>

<script>
export default {

}
</script>

<style>

</style>