setup
This commit is contained in:
23
pages/home.vue
Normal file
23
pages/home.vue
Normal file
@@ -0,0 +1,23 @@
|
||||
<template>
|
||||
<view class="container">
|
||||
<my-header></my-header>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import MyHeader from '@/components/MyHeader.vue'
|
||||
export default {
|
||||
components: {
|
||||
MyHeader
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
};
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="stylus">
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user