This commit is contained in:
2023-08-18 17:22:07 +08:00
parent b444858bda
commit 1263c372cb
4 changed files with 15 additions and 0 deletions

0
src/api/goods.ts Normal file
View File

0
src/api/order.ts Normal file
View File

View File

View File

@@ -0,0 +1,15 @@
<script lang="ts">
import {defineComponent} from 'vue'
export default defineComponent({
name: "index"
})
</script>
<template>
$END$
</template>
<style scoped lang="scss">
</style>