index.js 303 B

1234567
  1. import MobileHeader from './MobileHeader.vue'
  2. import MobileFooter from './MobileFooter.vue'
  3. import Home from './Home.vue'
  4. import SayPriceInfo from './applyPurchase/SayPriceInfo.vue'
  5. import SayPrice from './applyPurchase/SayPrice.vue'
  6. export { MobileFooter, MobileHeader, Home, SayPriceInfo, SayPrice }