index.js 102 B

1234
  1. import MainHeader from './Header.vue'
  2. import MainNav from './Nav.vue'
  3. export { MainHeader, MainNav }