代码提交
This commit is contained in:
27
pages/index/components/derive.js
Normal file
27
pages/index/components/derive.js
Normal file
@ -0,0 +1,27 @@
|
||||
import Bargain from "./Bargain/index.vue"
|
||||
import Banner from "./Banner/index.vue"
|
||||
import GridMenu from "./GridMenu/index.vue"
|
||||
import Group from "./Group/index.vue"
|
||||
import Live from "./Live/index.vue"
|
||||
import NewProduct from "./NewProduct/index.vue"
|
||||
import Seckill from "./Seckill/index.vue"
|
||||
import HomeGoodItem from "./public/HomeGoodItem.vue"
|
||||
import LiveCards from "./public/LiveCards.vue"
|
||||
import ScrollGoodRow from "./public/ScrollGoodRow.vue"
|
||||
import ThreeGoodRow from "./public/ThreeGoodRow.vue"
|
||||
import TwoRowGoodRow from "./public/TwoRowGoodRow.vue"
|
||||
|
||||
export {
|
||||
Bargain,
|
||||
Banner,
|
||||
GridMenu,
|
||||
Group,
|
||||
Live,
|
||||
NewProduct,
|
||||
Seckill,
|
||||
HomeGoodItem,
|
||||
LiveCards,
|
||||
ScrollGoodRow,
|
||||
ThreeGoodRow,
|
||||
TwoRowGoodRow
|
||||
}
|
||||
Reference in New Issue
Block a user