购物车页面

This commit is contained in:
aixianling
2023-01-10 18:04:48 +08:00
parent 9f9a676f53
commit a17e67ad6c

View File

@@ -0,0 +1,23 @@
<template>
<section class="AppCart">
</section>
</template>
<script>
export default {
name: "AppCart",
appName: "购物车",
data() {
return {}
},
methods: {},
created() {
}
}
</script>
<style lang="scss" scoped>
.AppCart {
}
</style>