add box.vue

This commit is contained in:
Miku-he 2022-06-07 16:21:14 +08:00
parent 755c790ff2
commit 44b5cc1298

View File

@ -0,0 +1,20 @@
<template>
<div>
这是box组件
</div>
</template>
<script>
export default {
data(){
return{ }
},
methods:{
},
computed:{
}
}
</script>