Flatten nested repos
This commit is contained in:
19
test/vuex/ltreg/components/foTest.vue
Normal file
19
test/vuex/ltreg/components/foTest.vue
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
<template>
|
||||
<v-container fluid grid-list-md >
|
||||
<v-layout row wrap>
|
||||
|
||||
<left-box></left-box>
|
||||
<right-box></right-box>
|
||||
|
||||
</v-layout>
|
||||
</v-container>
|
||||
</template>
|
||||
<script>
|
||||
module.exports = {
|
||||
components : {
|
||||
'left-box' : httpVueLoader('./foTestLeft.vue'),
|
||||
'right-box' : httpVueLoader('./foTestRight.vue'),
|
||||
}
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user