入库功能完成
This commit is contained in:
20
pages/demo/demo.vue
Normal file
20
pages/demo/demo.vue
Normal file
@@ -0,0 +1,20 @@
|
||||
<template>
|
||||
<view class="content">
|
||||
<packageCard></packageCard>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import packageCard from '@/components/package-card/package-card.vue'
|
||||
export default {
|
||||
components: {
|
||||
packageCard
|
||||
},
|
||||
data() {
|
||||
return {};
|
||||
},
|
||||
methods: {}
|
||||
};
|
||||
</script>
|
||||
|
||||
<style></style>
|
||||
Reference in New Issue
Block a user