课程辅助
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

28 lines
369 B

<template>
<div style="width: 100%;height: 8.8%;">
<img src="../assets/img/head.png" style="width: 100%;object-fit: contain;">
</div>
</template>
<script>
export default {
// eslint-disable-next-line vue/multi-word-component-names
name: 'head',
data() {
return{
}
},
methods:{
},
mounted() {
}
}
</script>
<style scoped>
</style>