cateditor contents page add lists
This commit is contained in:
@ -1,25 +1,28 @@
|
||||
<template>
|
||||
<v-container fluid grid-list-lg>
|
||||
<v-layout row>
|
||||
<FancyList/>
|
||||
<SectionList/>
|
||||
<ProductFamilyList/>
|
||||
<!-- <ModelList/> -->
|
||||
<MaterialList/>
|
||||
</v-layout>
|
||||
</v-container>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import FancyList from './FancyList'
|
||||
import SectionList from './SectionList'
|
||||
import ProductFamilyList from './ProductFamilyList'
|
||||
// import ModelList from './ModelList'
|
||||
import MaterialList from './MaterialList'
|
||||
|
||||
export default {
|
||||
components: {
|
||||
FancyList
|
||||
SectionList,
|
||||
ProductFamilyList,
|
||||
// ModelList,
|
||||
MaterialList,
|
||||
},
|
||||
data: () => ({
|
||||
seasons: [ 'SS19', 'FW19', 'SS20' ],
|
||||
regions: [ 'US', 'Canada', 'Mexico' ],
|
||||
season: null,
|
||||
region: null,
|
||||
name: null,
|
||||
ispublic: true
|
||||
})
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user