新建文件夹

This commit is contained in:
赵正易
2024-03-28 16:04:35 +08:00
parent 54070d803d
commit 7a0c694173
8 changed files with 231 additions and 18 deletions

View File

@@ -0,0 +1,22 @@
<template>
<view>
出料
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>