clone 开源的 Shopping
This commit is contained in:
23
mobile-web/src/page/index.vue
Normal file
23
mobile-web/src/page/index.vue
Normal file
@@ -0,0 +1,23 @@
|
||||
<template>
|
||||
<div>
|
||||
<page/>
|
||||
<navigate />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import navigate from '../components/footer/navigate.vue'
|
||||
import page from './page/page.vue'
|
||||
|
||||
export default {
|
||||
components:{
|
||||
page,
|
||||
navigate
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<style>
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user