push the uni-demo project
This commit is contained in:
32
uni-demo/pages/index/index.vue
Normal file
32
uni-demo/pages/index/index.vue
Normal file
@@ -0,0 +1,32 @@
|
||||
<template>
|
||||
<view class="container">
|
||||
<aum></aum>
|
||||
<investors></investors>
|
||||
<manage></manage>
|
||||
<investment></investment>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import aum from "@/components/aum.vue";
|
||||
import investors from "@/components/investors.vue";
|
||||
import manage from "@/components/manage.vue";
|
||||
import investment from "@/components/investment.vue";
|
||||
export default {
|
||||
components: {
|
||||
aum,
|
||||
investors,
|
||||
manage,
|
||||
investment
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user